#579488

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

Shades of Lochinvar #579488

Tints of Lochinvar #579488

Color information

#579488 (or 0x579488) is unknown color: approx Lochinvar. HEX triplet: 57, 94 and 88. RGB value is (87,148,136). Sum of RGB (Red+Green+Blue) = 87+148+136=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #579488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579488 is #A86B77. Grayscale: #808080. Windows color (decimal): -11037560 or 8950871. OLE color: 8950871.

HSL color Cylindrical-coordinate representation of color #579488: hue angle of 168.2º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #579488 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB87148136-
CMYK0.4100.080.42
HSL168.2º25.96%46.08%-
HSV(B)168.2º41.22%58.04%-
XYZ18.9624.9827.12-
YUV128.39132.2998.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=23.45%
G=39.89%
B=36.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481360.4100.080.42168.225.9646.08
Hex57948829082Aa81a2e
Octal12722421051010522503256
Binary10101111001010010001000101001010001010101010100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579488; }

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

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

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

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

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

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

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

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