#559889

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

Shades of Lochinvar #559889

Tints of Lochinvar #559889

Color information

#559889 (or 0x559889) is unknown color: approx Lochinvar. HEX triplet: 55, 98 and 89. RGB value is (85,152,137). Sum of RGB (Red+Green+Blue) = 85+152+137=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #559889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559889 is #AA6776. Grayscale: #828282. Windows color (decimal): -11167607 or 9017429. OLE color: 9017429.

HSL color Cylindrical-coordinate representation of color #559889: hue angle of 166.57º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559889 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB85152137-
CMYK0.4400.100.40
HSL166.57º28.27%46.47%-
HSV(B)166.57º44.08%59.61%-
XYZ19.4926.1927.7-
YUV130.26131.895.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 152 (59.77% from 255) = 40.64%
BLUE value IS 137 (53.91% from 255) = 36.63%
R=22.73%
G=40.64%
B=36.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521370.4400.100.40166.5728.2746.47
Hex5598892C0A28a71c2e
Octal12523021154012502473456
Binary10101011001100010001001101100010101010001010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559889; }

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

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

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

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

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

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

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

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