Html Css Color HEX #579887 Patina

📋 copy color: '#579887'

red 87 ◦ green 152 ◦ blue 135

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

Shades of Patina #579887

Tints of Patina #579887

RGB

 RED value IS 87 (34.38% from 255) = 23.26%

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 135 (53.13% from 255) = 36.1%

R = 23.26%
G = 40.64%
B = 36.1%

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

#579887 (or 0x579887) is known color: Patina. HEX triplet: 57, 98 and 87. RGB value is (87,152,135). Sum of RGB (Red+Green+Blue) = 87+152+135=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #579887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579887 is #A86778. Grayscale: #828282. Windows color (decimal): -11036537 or 8886359. OLE color: 8886359.

HSL color Cylindrical-coordinate representation of color #579887: hue angle of 164.31º 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 #579887 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 152 135 -
CMYK 0.43 0 0.11 0.40
HSL 164.31º 0.27% 0.47% -
HSV(B) 164.31º 0.43% 0.6% -
XYZ 19.53 26.23 26.96 -
YUV 130.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 87 152 135 0.43 0 0.11 0.40 164.31 0.27 0.47
Hex 57 98 87 2B 0 B 28 A4 1B 2F
Octal 127 230 207 53 0 13 50 244 33 57
Binary 1010111 10011000 10000111 101011 0 1011 101000 10100100 11011 101111

Color Harmonies of #579887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579887

Black with #579887

Text Example


Text Example

White with #579887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579887; }

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

 H1.HeaderClassName
 {
   color: #579887;
 }
 .AnyTagClassName
 {
   color: #579887;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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