Html Css Color HEX #579581 Patina

📋 copy color: '#579581'

red 87 ◦ green 149 ◦ blue 129

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

Shades of Patina #579581

Tints of Patina #579581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

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

R = 23.84%
G = 40.82%
B = 35.34%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#579581 (or 0x579581) is known color: Patina. HEX triplet: 57, 95 and 81. RGB value is (87,149,129). Sum of RGB (Red+Green+Blue) = 87+149+129=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #579581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579581 is #A86A7E. Grayscale: #808080. Windows color (decimal): -11037311 or 8492375. OLE color: 8492375.

HSL color Cylindrical-coordinate representation of color #579581: hue angle of 160.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #579581 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 129 -
CMYK 0.42 0 0.13 0.42
HSL 160.65º 0.26% 0.46% -
HSV(B) 160.65º 0.42% 0.58% -
XYZ 18.64 25.11 24.63 -
YUV 128.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 87 149 129 0.42 0 0.13 0.42 160.65 0.26 0.46
Hex 57 95 81 2A 0 D 2A A1 1A 2E
Octal 127 225 201 52 0 15 52 241 32 56
Binary 1010111 10010101 10000001 101010 0 1101 101010 10100001 11010 101110

Color Harmonies of #579581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579581

Black with #579581

Text Example


Text Example

White with #579581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579581; }

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

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

background-color css

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

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

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

border-color css

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

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

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