Html Css Color HEX #559987 Patina

📋 copy color: '#559987'

red 85 ◦ green 153 ◦ blue 135

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

Shades of Patina #559987

Tints of Patina #559987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

 BLUE value IS 135 (53.13% from 255) = 36.19%

R = 22.79%
G = 41.02%
B = 36.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#559987 (or 0x559987) is known color: Patina. HEX triplet: 55, 99 and 87. RGB value is (85,153,135). Sum of RGB (Red+Green+Blue) = 85+153+135=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #559987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559987 is #AA6678. Grayscale: #828282. Windows color (decimal): -11167353 or 8886613. OLE color: 8886613.

HSL color Cylindrical-coordinate representation of color #559987: hue angle of 164.12º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559987 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 135 -
CMYK 0.44 0 0.12 0.4
HSL 164.12º 0.29% 0.47% -
HSV(B) 164.12º 0.44% 0.6% -
XYZ 19.51 26.46 27 -
YUV 130.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 85 153 135 0.44 0 0.12 0.4 164.12 0.29 0.47
Hex 55 99 87 2C 0 C 28 A4 1D 2F
Octal 125 231 207 54 0 14 50 244 35 57
Binary 1010101 10011001 10000111 101100 0 1100 101000 10100100 11101 101111

Color Harmonies of #559987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559987

Black with #559987

Text Example


Text Example

White with #559987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559987; }

 p { color: rgb(85,153,135); }

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

background-color css

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

 a { background-color: rgb(85,153,135); }

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

border-color css

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

 span { border-color: rgb(85,153,135); }

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