#558E85

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

Shades of Lochinvar #558E85

Tints of Lochinvar #558E85

Color information

#558E85 (or 0x558E85) is unknown color: approx Lochinvar. HEX triplet: 55, 8E and 85. RGB value is (85,142,133). Sum of RGB (Red+Green+Blue) = 85+142+133=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #558E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558E85 is #AA717A. Grayscale: #7B7B7B. Windows color (decimal): -11170171 or 8752725. OLE color: 8752725.

HSL color Cylindrical-coordinate representation of color #558E85: hue angle of 170.53º 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 #558E85 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB85142133-
CMYK0.4000.060.44
HSL170.53º25.11%44.51%-
HSV(B)170.53º40.14%55.69%-
XYZ17.6522.9725.69-
YUV123.93133.12100.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=23.61%
G=39.44%
B=36.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851421330.4000.060.44170.5325.1144.51
Hex558E8528062Cab192d
Octal1252162055006542533155
Binary1010101100011101000010110100001101011001010101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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