Html Css Color HEX #579882 Patina

📋 copy color: '#579882'

red 87 ◦ green 152 ◦ blue 130

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

Shades of Patina #579882

Tints of Patina #579882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.23%

R = 23.58%
G = 41.19%
B = 35.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#579882 (or 0x579882) is known color: Patina. HEX triplet: 57, 98 and 82. RGB value is (87,152,130). Sum of RGB (Red+Green+Blue) = 87+152+130=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #579882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579882 is #A8677D. Grayscale: #828282. Windows color (decimal): -11036542 or 8558679. OLE color: 8558679.

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

Color convert

RGB 87 152 130 -
CMYK 0.43 0 0.14 0.40
HSL 159.69º 0.27% 0.47% -
HSV(B) 159.69º 0.43% 0.6% -
XYZ 19.19 26.09 25.14 -
YUV 130.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 87 152 130 0.43 0 0.14 0.40 159.69 0.27 0.47
Hex 57 98 82 2B 0 E 28 A0 1B 2F
Octal 127 230 202 53 0 16 50 240 33 57
Binary 1010111 10011000 10000010 101011 0 1110 101000 10100000 11011 101111

Color Harmonies of #579882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579882

Black with #579882

Text Example


Text Example

White with #579882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579882; }

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

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

background-color css

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

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

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

border-color css

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

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

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