Html Css Color HEX #579586 Patina

📋 copy color: '#579586'

red 87 ◦ green 149 ◦ blue 134

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

Shades of Patina #579586

Tints of Patina #579586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 23.51%
G = 40.27%
B = 36.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#579586 (or 0x579586) is known color: Patina. HEX triplet: 57, 95 and 86. RGB value is (87,149,134). Sum of RGB (Red+Green+Blue) = 87+149+134=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #579586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579586 is #A86A79. Grayscale: #808080. Windows color (decimal): -11037306 or 8820055. OLE color: 8820055.

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

Color convert

RGB 87 149 134 -
CMYK 0.42 0 0.10 0.42
HSL 165.48º 0.26% 0.46% -
HSV(B) 165.48º 0.42% 0.58% -
XYZ 18.98 25.24 26.43 -
YUV 128.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 87 149 134 0.42 0 0.10 0.42 165.48 0.26 0.46
Hex 57 95 86 2A 0 A 2A A5 1A 2E
Octal 127 225 206 52 0 12 52 245 32 56
Binary 1010111 10010101 10000110 101010 0 1010 101010 10100101 11010 101110

Color Harmonies of #579586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579586

Black with #579586

Text Example


Text Example

White with #579586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579586; }

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

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

background-color css

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

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

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

border-color css

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

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

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