#559187

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

Shades of Lochinvar #559187

Tints of Lochinvar #559187

Color information

#559187 (or 0x559187) is unknown color: approx Lochinvar. HEX triplet: 55, 91 and 87. RGB value is (85,145,135). Sum of RGB (Red+Green+Blue) = 85+145+135=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #559187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559187 is #AA6E78. Grayscale: #7D7D7D. Windows color (decimal): -11169401 or 8884565. OLE color: 8884565.

HSL color Cylindrical-coordinate representation of color #559187: hue angle of 170º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559187 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB85145135-
CMYK0.4100.070.43
HSL170º26.09%45.1%-
HSV(B)170º41.38%56.86%-
XYZ18.2423.9326.58-
YUV125.92133.1298.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 145 (57.03% from 255) = 39.73%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=23.29%
G=39.73%
B=36.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851451350.4100.070.4317026.0945.1
Hex55918729072Baa1a2d
Octal1252212075107532523255
Binary1010101100100011000011110100101111010111010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559187; }

 p { color: rgb(85,145,135); }

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

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

 a { background-color: rgb(85,145,135); }

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

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

 span { border-color: rgb(85,145,135); }

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