Html Css Color HEX #579785 Patina

📋 copy color: '#579785'

red 87 ◦ green 151 ◦ blue 133

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

Shades of Patina #579785

Tints of Patina #579785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 23.45%
G = 40.7%
B = 35.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#579785 (or 0x579785) is known color: Patina. HEX triplet: 57, 97 and 85. RGB value is (87,151,133). Sum of RGB (Red+Green+Blue) = 87+151+133=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #579785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579785 is #A8687A. Grayscale: #818181. Windows color (decimal): -11036795 or 8755031. OLE color: 8755031.

HSL color Cylindrical-coordinate representation of color #579785: hue angle of 163.12º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #579785 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 87 151 133 -
CMYK 0.42 0 0.12 0.41
HSL 163.13º 0.27% 0.47% -
HSV(B) 163.13º 0.42% 0.59% -
XYZ 19.23 25.85 26.17 -
YUV 129.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 87 151 133 0.42 0 0.12 0.41 163.13 0.27 0.47
Hex 57 97 85 2A 0 C 29 A3 1B 2F
Octal 127 227 205 52 0 14 51 243 33 57
Binary 1010111 10010111 10000101 101010 0 1100 101001 10100011 11011 101111

Color Harmonies of #579785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579785

Black with #579785

Text Example


Text Example

White with #579785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579785; }

 p { color: rgb(87,151,133); }

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

background-color css

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

 a { background-color: rgb(87,151,133); }

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

border-color css

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

 span { border-color: rgb(87,151,133); }

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