#559A88

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

Shades of Patina #559A88

Tints of Patina #559A88

Color information

#559A88 (or 0x559A88) is unknown color: approx Patina. HEX triplet: 55, 9A and 88. RGB value is (85,154,136). Sum of RGB (Red+Green+Blue) = 85+154+136=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #559A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A88 is #AA6577. Grayscale: #838383. Windows color (decimal): -11167096 or 8952405. OLE color: 8952405.

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

Color convert

RGB85154136-
CMYK0.4500.120.40
HSL164.35º28.87%46.86%-
HSV(B)164.35º44.81%60.39%-
XYZ19.7526.8227.43-
YUV131.32130.6494.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.67%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=22.67%
G=41.07%
B=36.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851541360.4500.120.40164.3528.8746.86
Hex559A882D0C28a41d2f
Octal12523221055014502443557
Binary10101011001101010001000101101011001010001010010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559A88; }

 p { color: rgb(85,154,136); }

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

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

 a { background-color: rgb(85,154,136); }

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

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

 span { border-color: rgb(85,154,136); }

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