#559989

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

Shades of Lochinvar #559989

Tints of Lochinvar #559989

Color information

#559989 (or 0x559989) is unknown color: approx Lochinvar. HEX triplet: 55, 99 and 89. RGB value is (85,153,137). Sum of RGB (Red+Green+Blue) = 85+153+137=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #559989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559989 is #AA6676. Grayscale: #828282. Windows color (decimal): -11167351 or 9017685. OLE color: 9017685.

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

Color convert

RGB85153137-
CMYK0.4400.100.4
HSL165.88º28.57%46.67%-
HSV(B)165.88º44.44%60%-
XYZ19.6526.5227.75-
YUV130.84131.4795.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 153 (60.16% from 255) = 40.8%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=22.67%
G=40.8%
B=36.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851531370.4400.100.4165.8828.5746.67
Hex5599892C0A28a61d2f
Octal12523121154012502463557
Binary10101011001100110001001101100010101010001010011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559989; }

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

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

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

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

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

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

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

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