Html Css Color HEX #579182 Patina

📋 copy color: '#579182'

red 87 ◦ green 145 ◦ blue 130

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

Shades of Patina #579182

Tints of Patina #579182

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 24.03%
G = 40.06%
B = 35.91%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#579182 (or 0x579182) is known color: Patina. HEX triplet: 57, 91 and 82. RGB value is (87,145,130). Sum of RGB (Red+Green+Blue) = 87+145+130=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #579182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579182 is #A86E7D. Grayscale: #7D7D7D. Windows color (decimal): -11038334 or 8556887. OLE color: 8556887.

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

Color convert

RGB 87 145 130 -
CMYK 0.4 0 0.10 0.43
HSL 164.48º 0.25% 0.45% -
HSV(B) 164.48º 0.4% 0.57% -
XYZ 18.09 23.89 24.78 -
YUV 125.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 87 145 130 0.4 0 0.10 0.43 164.48 0.25 0.45
Hex 57 91 82 28 0 A 2B A4 19 2D
Octal 127 221 202 50 0 12 53 244 31 55
Binary 1010111 10010001 10000010 101000 0 1010 101011 10100100 11001 101101

Color Harmonies of #579182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579182

Black with #579182

Text Example


Text Example

White with #579182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579182; }

 p { color: rgb(87,145,130); }

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

background-color css

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

 a { background-color: rgb(87,145,130); }

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

border-color css

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

 span { border-color: rgb(87,145,130); }

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