Html Css Color HEX #559786 Patina

📋 copy color: '#559786'

red 85 ◦ green 151 ◦ blue 134

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

Shades of Patina #559786

Tints of Patina #559786

RGB

 RED value IS 85 (33.59% from 255) = 22.97%

 GREEN value IS 151 (59.38% from 255) = 40.81%

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

R = 22.97%
G = 40.81%
B = 36.22%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#559786 (or 0x559786) is known color: Patina. HEX triplet: 55, 97 and 86. RGB value is (85,151,134). Sum of RGB (Red+Green+Blue) = 85+151+134=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #559786 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559786 is #AA6879. Grayscale: #818181. Windows color (decimal): -11167866 or 8820565. OLE color: 8820565.

HSL color Cylindrical-coordinate representation of color #559786: hue angle of 164.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559786 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 134 -
CMYK 0.44 0 0.11 0.41
HSL 164.55º 0.28% 0.46% -
HSV(B) 164.55º 0.44% 0.59% -
XYZ 19.12 25.79 26.52 -
YUV 129.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 85 151 134 0.44 0 0.11 0.41 164.55 0.28 0.46
Hex 55 97 86 2C 0 B 29 A5 1C 2E
Octal 125 227 206 54 0 13 51 245 34 56
Binary 1010101 10010111 10000110 101100 0 1011 101001 10100101 11100 101110

Color Harmonies of #559786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559786

Black with #559786

Text Example


Text Example

White with #559786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559786; }

 p { color: rgb(85,151,134); }

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

background-color css

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

 a { background-color: rgb(85,151,134); }

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

border-color css

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

 span { border-color: rgb(85,151,134); }

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