#53AB89

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

Shades of Keppel #53AB89

Tints of Keppel #53AB89

Color information

#53AB89 (or 0x53AB89) is unknown color: approx Keppel. HEX triplet: 53, AB and 89. RGB value is (83,171,137). Sum of RGB (Red+Green+Blue) = 83+171+137=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB89 is #AC5476. Grayscale: #8C8C8C. Windows color (decimal): -11293815 or 9022291. OLE color: 9022291.

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

Color convert

RGB83171137-
CMYK0.5100.200.33
HSL156.82º34.65%49.8%-
HSV(B)156.82º51.46%67.06%-
XYZ22.6532.7728.8-
YUV140.81125.8586.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=21.23%
G=43.73%
B=35.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831711370.5100.200.33156.8234.6549.8
Hex53AB8933014219d2332
Octal12325321163024412354362
Binary1010011101010111000100111001101010010000110011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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