#578E86

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

Shades of Lochinvar #578E86

Tints of Lochinvar #578E86

Color information

#578E86 (or 0x578E86) is unknown color: approx Lochinvar. HEX triplet: 57, 8E and 86. RGB value is (87,142,134). Sum of RGB (Red+Green+Blue) = 87+142+134=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #578E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578E86 is #A87179. Grayscale: #7C7C7C. Windows color (decimal): -11039098 or 8818263. OLE color: 8818263.

HSL color Cylindrical-coordinate representation of color #578E86: hue angle of 171.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578E86 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB87142134-
CMYK0.3900.060.44
HSL171.27º24.02%44.9%-
HSV(B)171.27º38.73%55.69%-
XYZ17.9123.0926.07-
YUV124.64133.28101.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.97%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 134 (52.73% from 255) = 36.91%
R=23.97%
G=39.12%
B=36.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871421340.3900.060.44171.2724.0244.9
Hex578E8627062Cab182d
Octal1272162064706542533055
Binary1010111100011101000011010011101101011001010101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578E86; }

 p { color: rgb(87,142,134); }

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

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

 a { background-color: rgb(87,142,134); }

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

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

 span { border-color: rgb(87,142,134); }

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