#578880

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

Shades of Lochinvar #578880

Tints of Lochinvar #578880

Color information

#578880 (or 0x578880) is unknown color: approx Lochinvar. HEX triplet: 57, 88 and 80. RGB value is (87,136,128). Sum of RGB (Red+Green+Blue) = 87+136+128=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #578880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578880 is #A8777F. Grayscale: #787878. Windows color (decimal): -11040640 or 8423511. OLE color: 8423511.

HSL color Cylindrical-coordinate representation of color #578880: hue angle of 170.2º 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 #578880 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB87136128-
CMYK0.3600.060.47
HSL170.2º21.97%43.73%-
HSV(B)170.2º36.03%53.33%-
XYZ16.6321.1923.64-
YUV120.44132.27104.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.79%
GREEN value IS 136 (53.52% from 255) = 38.75%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=24.79%
G=38.75%
B=36.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871361280.3600.060.47170.221.9743.73
Hex57888024062Faa162c
Octal1272102004406572522654
Binary1010111100010001000000010010001101011111010101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578880; }

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

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

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

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

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

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

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

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