Html Css Color HEX #558982 Lochinvar

📋 copy color: '#558982'

red 85 ◦ green 137 ◦ blue 130

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

Shades of Lochinvar #558982

Tints of Lochinvar #558982

RGB

 RED value IS 85 (33.59% from 255) = 24.15%

 GREEN value IS 137 (53.91% from 255) = 38.92%

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 24.15%
G = 38.92%
B = 36.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#558982 (or 0x558982) is known color: Lochinvar. HEX triplet: 55, 89 and 82. RGB value is (85,137,130). Sum of RGB (Red+Green+Blue) = 85+137+130=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #558982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558982 is #AA767D. Grayscale: #787878. Windows color (decimal): -11171454 or 8554837. OLE color: 8554837.

HSL color Cylindrical-coordinate representation of color #558982: hue angle of 171.92º 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 #558982 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 130 -
CMYK 0.38 0 0.05 0.46
HSL 171.92º 0.23% 0.44% -
HSV(B) 171.92º 0.38% 0.54% -
XYZ 16.72 21.43 24.38 -
YUV 120.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 85 137 130 0.38 0 0.05 0.46 171.92 0.23 0.44
Hex 55 89 82 26 0 5 2E AC 17 2C
Octal 125 211 202 46 0 5 56 254 27 54
Binary 1010101 10001001 10000010 100110 0 101 101110 10101100 10111 101100

Color Harmonies of #558982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558982

Black with #558982

Text Example


Text Example

White with #558982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558982; }

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

 H1.HeaderClassName
 {
   color: #558982;
 }
 .AnyTagClassName
 {
   color: #558982;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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