Html Css Color HEX #579584 Patina

📋 copy color: '#579584'

red 87 ◦ green 149 ◦ blue 132

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

Shades of Patina #579584

Tints of Patina #579584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.87%

R = 23.64%
G = 40.49%
B = 35.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#579584 (or 0x579584) is known color: Patina. HEX triplet: 57, 95 and 84. RGB value is (87,149,132). Sum of RGB (Red+Green+Blue) = 87+149+132=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #579584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579584 is #A86A7B. Grayscale: #808080. Windows color (decimal): -11037308 or 8688983. OLE color: 8688983.

HSL color Cylindrical-coordinate representation of color #579584: hue angle of 163.55º 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 #579584 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 149 132 -
CMYK 0.42 0 0.11 0.42
HSL 163.55º 0.26% 0.46% -
HSV(B) 163.55º 0.42% 0.58% -
XYZ 18.84 25.19 25.7 -
YUV 128.52 129.96 98.38 -
System Red Green Blue C M Y K H S L
Decimal 87 149 132 0.42 0 0.11 0.42 163.55 0.26 0.46
Hex 57 95 84 2A 0 B 2A A4 1A 2E
Octal 127 225 204 52 0 13 52 244 32 56
Binary 1010111 10010101 10000100 101010 0 1011 101010 10100100 11010 101110

Color Harmonies of #579584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579584

Black with #579584

Text Example


Text Example

White with #579584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579584; }

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

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

background-color css

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

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

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

border-color css

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

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

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