Html Css Color HEX #579C86 Patina

📋 copy color: '#579C86'

red 87 ◦ green 156 ◦ blue 134

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

Shades of Patina #579C86

Tints of Patina #579C86

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 23.08%
G = 41.38%
B = 35.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#579C86 (or 0x579C86) is known color: Patina. HEX triplet: 57, 9C and 86. RGB value is (87,156,134). Sum of RGB (Red+Green+Blue) = 87+156+134=377 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.08% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #579C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579C86 is #A86379. Grayscale: #848484. Windows color (decimal): -11035514 or 8821847. OLE color: 8821847.

HSL color Cylindrical-coordinate representation of color #579C86: hue angle of 160.87º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579C86 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 156 134 -
CMYK 0.44 0 0.14 0.39
HSL 160.87º 0.28% 0.48% -
HSV(B) 160.87º 0.44% 0.61% -
XYZ 20.12 27.52 26.81 -
YUV 132.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 87 156 134 0.44 0 0.14 0.39 160.87 0.28 0.48
Hex 57 9C 86 2C 0 E 27 A1 1C 30
Octal 127 234 206 54 0 16 47 241 34 60
Binary 1010111 10011100 10000110 101100 0 1110 100111 10100001 11100 110000

Color Harmonies of #579C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579C86

Black with #579C86

Text Example


Text Example

White with #579C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579C86; }

 p { color: rgb(87,156,134); }

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

background-color css

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

 a { background-color: rgb(87,156,134); }

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

border-color css

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

 span { border-color: rgb(87,156,134); }

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