#559885

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

Shades of Patina #559885

Tints of Patina #559885

Color information

#559885 (or 0x559885) is unknown color: approx Patina. HEX triplet: 55, 98 and 85. RGB value is (85,152,133). Sum of RGB (Red+Green+Blue) = 85+152+133=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #559885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559885 is #AA677A. Grayscale: #818181. Windows color (decimal): -11167611 or 8755285. OLE color: 8755285.

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

Color convert

RGB85152133-
CMYK0.4400.130.40
HSL162.99º28.27%46.47%-
HSV(B)162.99º44.08%59.61%-
XYZ19.2126.0826.21-
YUV129.8129.896.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=22.97%
G=41.08%
B=35.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521330.4400.130.40162.9928.2746.47
Hex5598852C0D28a31c2e
Octal12523020554015502433456
Binary10101011001100010000101101100011011010001010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559885; }

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

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

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

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

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

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

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

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