#558981

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

Shades of Lochinvar #558981

Tints of Lochinvar #558981

Color information

#558981 (or 0x558981) is unknown color: approx Lochinvar. HEX triplet: 55, 89 and 81. RGB value is (85,137,129). Sum of RGB (Red+Green+Blue) = 85+137+129=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #558981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558981 is #AA767E. Grayscale: #787878. Windows color (decimal): -11171455 or 8489301. OLE color: 8489301.

HSL color Cylindrical-coordinate representation of color #558981: hue angle of 170.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558981 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB85137129-
CMYK0.3800.060.46
HSL170.77º23.42%43.53%-
HSV(B)170.77º37.96%53.73%-
XYZ16.6521.4124.02-
YUV120.54132.77102.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=24.22%
G=39.03%
B=36.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371290.3800.060.46170.7723.4243.53
Hex55898126062Eab172c
Octal1252112014606562532754
Binary1010101100010011000000110011001101011101010101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558981; }

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

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

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

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

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

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

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

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