#509884

Color #509884 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #509884

Tints of Lochinvar #509884

Color information

#509884 (or 0x509884) is unknown color: approx Lochinvar. HEX triplet: 50, 98 and 84. RGB value is (80,152,132). Sum of RGB (Red+Green+Blue) = 80+152+132=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #509884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509884 is #AF677B. Grayscale: #808080. Windows color (decimal): -11495292 or 8689744. OLE color: 8689744.

HSL color Cylindrical-coordinate representation of color #509884: hue angle of 163.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509884 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB80152132-
CMYK0.4700.130.40
HSL163.33º31.03%45.49%-
HSV(B)163.33º47.37%59.61%-
XYZ18.725.8325.83-
YUV128.19130.1593.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=21.98%
G=41.76%
B=36.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801521320.4700.130.40163.3331.0345.49
Hex5098842F0D28a31f2d
Octal12023020457015502433755
Binary10100001001100010000100101111011011010001010001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509884; }

 p { color: rgb(80,152,132); }

 H1.HeaderClassName
 {
   color: #509884;
 }
 .AnyTagClassName
 {
   color: #509884;
 }
</style>
background-color css

<style>
 a { background-color: #509884; }

 a { background-color: rgb(80,152,132); }

 div.DivClassName
 {
   background-color: #509884;
 }
 .BgClassName
 {
   background-color: #509884;
 }
</style>
border-color css

<style>
 span { border-color: #509884; }

 span { border-color: rgb(80,152,132); }

 td.TdClassName
 {
   border-color: #509884;
 }
 .TagClassName
 {
   border-color: #509884;
 }
</style>