Html Css Color HEX #579081 Patina

📋 copy color: '#579081'

red 87 ◦ green 144 ◦ blue 129

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

Shades of Patina #579081

Tints of Patina #579081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

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

R = 24.17%
G = 40%
B = 35.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#579081 (or 0x579081) is known color: Patina. HEX triplet: 57, 90 and 81. RGB value is (87,144,129). Sum of RGB (Red+Green+Blue) = 87+144+129=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #579081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579081 is #A86F7E. Grayscale: #7D7D7D. Windows color (decimal): -11038591 or 8491095. OLE color: 8491095.

HSL color Cylindrical-coordinate representation of color #579081: hue angle of 164.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579081 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 144 129 -
CMYK 0.40 0 0.10 0.44
HSL 164.21º 0.25% 0.45% -
HSV(B) 164.21º 0.4% 0.56% -
XYZ 17.87 23.56 24.37 -
YUV 125.25 130.12 100.72 -
System Red Green Blue C M Y K H S L
Decimal 87 144 129 0.40 0 0.10 0.44 164.21 0.25 0.45
Hex 57 90 81 28 0 A 2C A4 19 2D
Octal 127 220 201 50 0 12 54 244 31 55
Binary 1010111 10010000 10000001 101000 0 1010 101100 10100100 11001 101101

Color Harmonies of #579081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579081

Black with #579081

Text Example


Text Example

White with #579081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579081; }

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

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

background-color css

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

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

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

border-color css

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

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

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