Html Css Color HEX #579880 Patina

📋 copy color: '#579880'

red 87 ◦ green 152 ◦ blue 128

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

Shades of Patina #579880

Tints of Patina #579880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.88%

R = 23.71%
G = 41.42%
B = 34.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#579880 (or 0x579880) is known color: Patina. HEX triplet: 57, 98 and 80. RGB value is (87,152,128). Sum of RGB (Red+Green+Blue) = 87+152+128=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #579880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579880 is #A8677F. Grayscale: #818181. Windows color (decimal): -11036544 or 8427607. OLE color: 8427607.

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

Color convert

RGB 87 152 128 -
CMYK 0.43 0 0.16 0.40
HSL 157.85º 0.27% 0.47% -
HSV(B) 157.85º 0.43% 0.6% -
XYZ 19.06 26.04 24.44 -
YUV 129.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 87 152 128 0.43 0 0.16 0.40 157.85 0.27 0.47
Hex 57 98 80 2B 0 10 28 9E 1B 2F
Octal 127 230 200 53 0 20 50 236 33 57
Binary 1010111 10011000 10000000 101011 0 10000 101000 10011110 11011 101111

Color Harmonies of #579880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579880

Black with #579880

Text Example


Text Example

White with #579880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579880; }

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

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

background-color css

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

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

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

border-color css

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

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

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