Html Css Color HEX #579281 Patina

📋 copy color: '#579281'

red 87 ◦ green 146 ◦ blue 129

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

Shades of Patina #579281

Tints of Patina #579281

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 24.03%
G = 40.33%
B = 35.64%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#579281 (or 0x579281) is known color: Patina. HEX triplet: 57, 92 and 81. RGB value is (87,146,129). Sum of RGB (Red+Green+Blue) = 87+146+129=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #579281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579281 is #A86D7E. Grayscale: #7E7E7E. Windows color (decimal): -11038079 or 8491607. OLE color: 8491607.

HSL color Cylindrical-coordinate representation of color #579281: hue angle of 162.71º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579281 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 146 129 -
CMYK 0.40 0 0.12 0.43
HSL 162.71º 0.25% 0.46% -
HSV(B) 162.71º 0.4% 0.57% -
XYZ 18.17 24.17 24.48 -
YUV 126.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 87 146 129 0.40 0 0.12 0.43 162.71 0.25 0.46
Hex 57 92 81 28 0 C 2B A3 19 2E
Octal 127 222 201 50 0 14 53 243 31 56
Binary 1010111 10010010 10000001 101000 0 1100 101011 10100011 11001 101110

Color Harmonies of #579281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579281

Black with #579281

Text Example


Text Example

White with #579281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579281; }

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

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

background-color css

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

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

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

border-color css

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

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

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