Html Css Color HEX #558981 Lochinvar

📋 copy color: '#558981'

red 85 ◦ green 137 ◦ blue 129

#558981
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #558981

Tints of Lochinvar #558981

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 value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#558981 (or 0x558981) is known color: 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

RGB 85 137 129 -
CMYK 0.38 0 0.06 0.46
HSL 170.77º 0.23% 0.44% -
HSV(B) 170.77º 0.38% 0.54% -
XYZ 16.65 21.41 24.02 -
YUV 120.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 85 137 129 0.38 0 0.06 0.46 170.77 0.23 0.44
Hex 55 89 81 26 0 6 2E AB 17 2C
Octal 125 211 201 46 0 6 56 253 27 54
Binary 1010101 10001001 10000001 100110 0 110 101110 10101011 10111 101100

Color Harmonies of #558981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558981

Black with #558981

Text Example


Text Example

White with #558981

Text Example


Text Example

HTML Codes & Css Web 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>