#579888

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

Shades of Patina #579888

Tints of Patina #579888

Color information

#579888 (or 0x579888) is unknown color: approx Patina. HEX triplet: 57, 98 and 88. RGB value is (87,152,136). Sum of RGB (Red+Green+Blue) = 87+152+136=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #579888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579888 is #A86777. Grayscale: #828282. Windows color (decimal): -11036536 or 8951895. OLE color: 8951895.

HSL color Cylindrical-coordinate representation of color #579888: hue angle of 165.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #579888 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB87152136-
CMYK0.4300.110.40
HSL165.23º27.2%46.86%-
HSV(B)165.23º42.76%59.61%-
XYZ19.626.2627.33-
YUV130.74130.9796.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 152 (59.77% from 255) = 40.53%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=23.2%
G=40.53%
B=36.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal871521360.4300.110.40165.2327.246.86
Hex5798882B0B28a51b2f
Octal12723021053013502453357
Binary10101111001100010001000101011010111010001010010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579888; }

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

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

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

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

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

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

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

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