#578B86

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

Shades of Lochinvar #578B86

Tints of Lochinvar #578B86

Color information

#578B86 (or 0x578B86) is unknown color: approx Lochinvar. HEX triplet: 57, 8B and 86. RGB value is (87,139,134). Sum of RGB (Red+Green+Blue) = 87+139+134=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #578B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B86 is #A87479. Grayscale: #7A7A7A. Windows color (decimal): -11039866 or 8817495. OLE color: 8817495.

HSL color Cylindrical-coordinate representation of color #578B86: hue angle of 174.23º 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 #578B86 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB87139134-
CMYK0.3700.040.45
HSL174.23º23.01%44.31%-
HSV(B)174.23º37.41%54.51%-
XYZ17.4722.2125.92-
YUV122.88134.27102.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 139 (54.69% from 255) = 38.61%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=24.17%
G=38.61%
B=37.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871391340.3700.040.45174.2323.0144.31
Hex578B8625042Dae172c
Octal1272132064504552562754
Binary1010111100010111000011010010101001011011010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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