#578B84

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

Shades of Lochinvar #578B84

Tints of Lochinvar #578B84

Color information

#578B84 (or 0x578B84) is unknown color: approx Lochinvar. HEX triplet: 57, 8B and 84. RGB value is (87,139,132). Sum of RGB (Red+Green+Blue) = 87+139+132=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #578B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B84 is #A8747B. Grayscale: #7A7A7A. Windows color (decimal): -11039868 or 8686423. OLE color: 8686423.

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

Color convert

RGB87139132-
CMYK0.3700.050.45
HSL171.92º23.01%44.31%-
HSV(B)171.92º37.41%54.51%-
XYZ17.3322.1625.19-
YUV122.65133.27102.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 132 (51.95% from 255) = 36.87%
R=24.30%
G=38.83%
B=36.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871391320.3700.050.45171.9223.0144.31
Hex578B8425052Dac172c
Octal1272132044505552542754
Binary1010111100010111000010010010101011011011010110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,139,132); }

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

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

 a { background-color: rgb(87,139,132); }

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

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

 span { border-color: rgb(87,139,132); }

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