#578881

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

Shades of Lochinvar #578881

Tints of Lochinvar #578881

Color information

#578881 (or 0x578881) is unknown color: approx Lochinvar. HEX triplet: 57, 88 and 81. RGB value is (87,136,129). Sum of RGB (Red+Green+Blue) = 87+136+129=352 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.72% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #578881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578881 is #A8777E. Grayscale: #787878. Windows color (decimal): -11040639 or 8489047. OLE color: 8489047.

HSL color Cylindrical-coordinate representation of color #578881: hue angle of 171.43º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #578881 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB87136129-
CMYK0.3600.050.47
HSL171.43º21.97%43.73%-
HSV(B)171.43º36.03%53.33%-
XYZ16.721.2223.98-
YUV120.55132.77104.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.72%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=24.72%
G=38.64%
B=36.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871361290.3600.050.47171.4321.9743.73
Hex57888124052Fab162c
Octal1272102014405572532654
Binary1010111100010001000000110010001011011111010101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578881; }

 p { color: rgb(87,136,129); }

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

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

 a { background-color: rgb(87,136,129); }

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

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

 span { border-color: rgb(87,136,129); }

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