Html Css Color HEX #579B86 Patina

📋 copy color: '#579B86'

red 87 ◦ green 155 ◦ blue 134

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

Shades of Patina #579B86

Tints of Patina #579B86

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

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

R = 23.14%
G = 41.22%
B = 35.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#579B86 (or 0x579B86) is known color: Patina. HEX triplet: 57, 9B and 86. RGB value is (87,155,134). Sum of RGB (Red+Green+Blue) = 87+155+134=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #579B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579B86 is #A86479. Grayscale: #848484. Windows color (decimal): -11035770 or 8821591. OLE color: 8821591.

HSL color Cylindrical-coordinate representation of color #579B86: hue angle of 161.47º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #579B86 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 87 155 134 -
CMYK 0.44 0 0.14 0.39
HSL 161.47º 0.28% 0.47% -
HSV(B) 161.47º 0.44% 0.61% -
XYZ 19.95 27.19 26.75 -
YUV 132.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 87 155 134 0.44 0 0.14 0.39 161.47 0.28 0.47
Hex 57 9B 86 2C 0 E 27 A1 1C 2F
Octal 127 233 206 54 0 16 47 241 34 57
Binary 1010111 10011011 10000110 101100 0 1110 100111 10100001 11100 101111

Color Harmonies of #579B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579B86

Black with #579B86

Text Example


Text Example

White with #579B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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