Html Css Color HEX #579F81 Patina

📋 copy color: '#579F81'

red 87 ◦ green 159 ◦ blue 129

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

Shades of Patina #579F81

Tints of Patina #579F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.4%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 23.2%
G = 42.4%
B = 34.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#579F81 (or 0x579F81) is known color: Patina. HEX triplet: 57, 9F and 81. RGB value is (87,159,129). Sum of RGB (Red+Green+Blue) = 87+159+129=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #579F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579F81 is #A8607E. Grayscale: #868686. Windows color (decimal): -11034751 or 8494935. OLE color: 8494935.

HSL color Cylindrical-coordinate representation of color #579F81: hue angle of 155º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #579F81 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 87 159 129 -
CMYK 0.45 0 0.19 0.38
HSL 155º 0.29% 0.48% -
HSV(B) 155º 0.45% 0.62% -
XYZ 20.29 28.41 25.18 -
YUV 134.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 87 159 129 0.45 0 0.19 0.38 155 0.29 0.48
Hex 57 9F 81 2D 0 13 26 9B 1D 30
Octal 127 237 201 55 0 23 46 233 35 60
Binary 1010111 10011111 10000001 101101 0 10011 100110 10011011 11101 110000

Color Harmonies of #579F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579F81

Black with #579F81

Text Example


Text Example

White with #579F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,159,129); }

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

background-color css

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

 a { background-color: rgb(87,159,129); }

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

border-color css

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

 span { border-color: rgb(87,159,129); }

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