Html Css Color HEX #558E82 Lochinvar

📋 copy color: '#558E82'

red 85 ◦ green 142 ◦ blue 130

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

Shades of Lochinvar #558E82

Tints of Lochinvar #558E82

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.78%

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

R = 23.81%
G = 39.78%
B = 36.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#558E82 (or 0x558E82) is known color: Lochinvar. HEX triplet: 55, 8E and 82. RGB value is (85,142,130). Sum of RGB (Red+Green+Blue) = 85+142+130=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #558E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558E82 is #AA717D. Grayscale: #7B7B7B. Windows color (decimal): -11170174 or 8556117. OLE color: 8556117.

HSL color Cylindrical-coordinate representation of color #558E82: hue angle of 167.37º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558E82 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 142 130 -
CMYK 0.40 0 0.08 0.44
HSL 167.37º 0.25% 0.45% -
HSV(B) 167.37º 0.4% 0.56% -
XYZ 17.45 22.89 24.62 -
YUV 123.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 85 142 130 0.40 0 0.08 0.44 167.37 0.25 0.45
Hex 55 8E 82 28 0 8 2C A7 19 2D
Octal 125 216 202 50 0 10 54 247 31 55
Binary 1010101 10001110 10000010 101000 0 1000 101100 10100111 11001 101101

Color Harmonies of #558E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558E82

Black with #558E82

Text Example


Text Example

White with #558E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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