#55AB89

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

Shades of Keppel #55AB89

Tints of Keppel #55AB89

Color information

#55AB89 (or 0x55AB89) is unknown color: approx Keppel. HEX triplet: 55, AB and 89. RGB value is (85,171,137). Sum of RGB (Red+Green+Blue) = 85+171+137=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AB89 is #AA5476. Grayscale: #8D8D8D. Windows color (decimal): -11162743 or 9022293. OLE color: 9022293.

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

Color convert

RGB85171137-
CMYK0.5000.200.33
HSL156.28º33.86%50.2%-
HSV(B)156.28º50.29%67.06%-
XYZ22.8232.8628.81-
YUV141.41125.5187.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=21.63%
G=43.51%
B=34.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851711370.5000.200.33156.2833.8650.2
Hex55AB8932014219c2232
Octal12525321162024412344262
Binary1010101101010111000100111001001010010000110011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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