#578C82

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

Shades of Lochinvar #578C82

Tints of Lochinvar #578C82

Color information

#578C82 (or 0x578C82) is unknown color: approx Lochinvar. HEX triplet: 57, 8C and 82. RGB value is (87,140,130). Sum of RGB (Red+Green+Blue) = 87+140+130=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #578C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578C82 is #A8737D. Grayscale: #7A7A7A. Windows color (decimal): -11039614 or 8555607. OLE color: 8555607.

HSL color Cylindrical-coordinate representation of color #578C82: hue angle of 168.68º degrees, saturation: 0.23, 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 #578C82 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB87140130-
CMYK0.3800.070.45
HSL168.68º23.35%44.51%-
HSV(B)168.68º37.86%54.9%-
XYZ17.3422.3924.53-
YUV123.01131.94102.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 140 (55.08% from 255) = 39.22%
BLUE value IS 130 (51.17% from 255) = 36.41%
R=24.37%
G=39.22%
B=36.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871401300.3800.070.45168.6823.3544.51
Hex578C8226072Da9172d
Octal1272142024607552512755
Binary1010111100011001000001010011001111011011010100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,140,130); }

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

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

 a { background-color: rgb(87,140,130); }

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

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

 span { border-color: rgb(87,140,130); }

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