#55987A

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

Shades of Patina #55987A

Tints of Patina #55987A

Color information

#55987A (or 0x55987A) is unknown color: approx Patina. HEX triplet: 55, 98 and 7A. RGB value is (85,152,122). Sum of RGB (Red+Green+Blue) = 85+152+122=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #55987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55987A is #AA6785. Grayscale: #808080. Windows color (decimal): -11167622 or 8034389. OLE color: 8034389.

HSL color Cylindrical-coordinate representation of color #55987A: hue angle of 153.13º 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 #55987A is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB85152122-
CMYK0.4400.200.40
HSL153.13º28.27%46.47%-
HSV(B)153.13º44.08%59.61%-
XYZ18.4925.7922.42-
YUV128.55124.396.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=23.68%
G=42.34%
B=33.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851521220.4400.200.40153.1328.2746.47
Hex55987A2C01428991c2e
Octal12523017254024502313456
Binary10101011001100011110101011000101001010001001100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55987A; }

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

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

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

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

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

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

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

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