#578D86

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

Shades of Lochinvar #578D86

Tints of Lochinvar #578D86

Color information

#578D86 (or 0x578D86) is unknown color: approx Lochinvar. HEX triplet: 57, 8D and 86. RGB value is (87,141,134). Sum of RGB (Red+Green+Blue) = 87+141+134=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 141 - color contains mainly: green. Hex color #578D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578D86 is #A87279. Grayscale: #7C7C7C. Windows color (decimal): -11039354 or 8818007. OLE color: 8818007.

HSL color Cylindrical-coordinate representation of color #578D86: hue angle of 172.22º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #578D86 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB87141134-
CMYK0.3800.050.45
HSL172.22º23.68%44.71%-
HSV(B)172.22º38.3%55.29%-
XYZ17.7622.826.02-
YUV124.06133.61101.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 134 (52.73% from 255) = 37.02%
R=24.03%
G=38.95%
B=37.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871411340.3800.050.45172.2223.6844.71
Hex578D8626052Dac182d
Octal1272152064605552543055
Binary1010111100011011000011010011001011011011010110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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