Html Css Color HEX #579888 Patina

📋 copy color: '#579888'

red 87 ◦ green 152 ◦ blue 136

#579888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #579888

Tints of Patina #579888

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 value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#579888 (or 0x579888) is known color: 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

RGB 87 152 136 -
CMYK 0.43 0 0.11 0.40
HSL 165.23º 0.27% 0.47% -
HSV(B) 165.23º 0.43% 0.6% -
XYZ 19.6 26.26 27.33 -
YUV 130.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 87 152 136 0.43 0 0.11 0.40 165.23 0.27 0.47
Hex 57 98 88 2B 0 B 28 A5 1B 2F
Octal 127 230 210 53 0 13 50 245 33 57
Binary 1010111 10011000 10001000 101011 0 1011 101000 10100101 11011 101111

Color Harmonies of #579888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579888

Black with #579888

Text Example


Text Example

White with #579888

Text Example


Text Example

HTML Codes & Css Web 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>