#559985

Color #559985 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #559985

Tints of Patina #559985

Color information

#559985 (or 0x559985) is unknown color: approx Patina. HEX triplet: 55, 99 and 85. RGB value is (85,153,133). Sum of RGB (Red+Green+Blue) = 85+153+133=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #559985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559985 is #AA667A. Grayscale: #828282. Windows color (decimal): -11167355 or 8755541. OLE color: 8755541.

HSL color Cylindrical-coordinate representation of color #559985: hue angle of 162.35º 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 #559985 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB85153133-
CMYK0.4400.130.4
HSL162.35º28.57%46.67%-
HSV(B)162.35º44.44%60%-
XYZ19.3726.4126.27-
YUV130.39129.4795.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 153 (60.16% from 255) = 41.24%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=22.91%
G=41.24%
B=35.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851531330.4400.130.4162.3528.5746.67
Hex5599852C0D28a21d2f
Octal12523120554015502423557
Binary10101011001100110000101101100011011010001010001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559985; }

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

 H1.HeaderClassName
 {
   color: #559985;
 }
 .AnyTagClassName
 {
   color: #559985;
 }
</style>
background-color css

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

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

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

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

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

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