#559489

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

Shades of Lochinvar #559489

Tints of Lochinvar #559489

Color information

#559489 (or 0x559489) is unknown color: approx Lochinvar. HEX triplet: 55, 94 and 89. RGB value is (85,148,137). Sum of RGB (Red+Green+Blue) = 85+148+137=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #559489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559489 is #AA6B76. Grayscale: #7F7F7F. Windows color (decimal): -11168631 or 9016405. OLE color: 9016405.

HSL color Cylindrical-coordinate representation of color #559489: hue angle of 169.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559489 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB85148137-
CMYK0.4300.070.42
HSL169.52º27.04%45.69%-
HSV(B)169.52º42.57%58.04%-
XYZ18.8524.9227.48-
YUV127.91133.1397.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=22.97%
G=40%
B=37.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481370.4300.070.42169.5227.0445.69
Hex5594892B072Aaa1b2e
Octal1252242115307522523356
Binary1010101100101001000100110101101111010101010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559489; }

 p { color: rgb(85,148,137); }

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

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

 a { background-color: rgb(85,148,137); }

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

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

 span { border-color: rgb(85,148,137); }

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