#579086

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

Shades of Lochinvar #579086

Tints of Lochinvar #579086

Color information

#579086 (or 0x579086) is unknown color: approx Lochinvar. HEX triplet: 57, 90 and 86. RGB value is (87,144,134). Sum of RGB (Red+Green+Blue) = 87+144+134=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #579086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579086 is #A86F79. Grayscale: #7D7D7D. Windows color (decimal): -11038586 or 8818775. OLE color: 8818775.

HSL color Cylindrical-coordinate representation of color #579086: hue angle of 169.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579086 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB87144134-
CMYK0.4000.070.44
HSL169.47º24.68%45.29%-
HSV(B)169.47º39.58%56.47%-
XYZ18.2123.6926.17-
YUV125.82132.62100.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 134 (52.73% from 255) = 36.71%
R=23.84%
G=39.45%
B=36.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871441340.4000.070.44169.4724.6845.29
Hex57908628072Ca9192d
Octal1272202065007542513155
Binary1010111100100001000011010100001111011001010100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579086; }

 p { color: rgb(87,144,134); }

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

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

 a { background-color: rgb(87,144,134); }

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

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

 span { border-color: rgb(87,144,134); }

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