#55A989

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

Shades of Keppel #55A989

Tints of Keppel #55A989

Color information

#55A989 (or 0x55A989) is unknown color: approx Keppel. HEX triplet: 55, A9 and 89. RGB value is (85,169,137). Sum of RGB (Red+Green+Blue) = 85+169+137=391 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.74% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #55A989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A989 is #AA5676. Grayscale: #8C8C8C. Windows color (decimal): -11163255 or 9021781. OLE color: 9021781.

HSL color Cylindrical-coordinate representation of color #55A989: hue angle of 157.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55A989 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB85169137-
CMYK0.5000.190.34
HSL157.14º33.07%49.8%-
HSV(B)157.14º49.7%66.27%-
XYZ22.4532.1128.68-
YUV140.24126.1788.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.74%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=21.74%
G=43.22%
B=35.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal851691370.5000.190.34157.1433.0749.8
Hex55A98932013229d2132
Octal12525121162023422354162
Binary1010101101010011000100111001001001110001010011101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55A989; }

 p { color: rgb(85,169,137); }

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

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

 a { background-color: rgb(85,169,137); }

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

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

 span { border-color: rgb(85,169,137); }

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