#53A999

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

Shades of Keppel #53A999

Tints of Keppel #53A999

Color information

#53A999 (or 0x53A999) is unknown color: approx Keppel. HEX triplet: 53, A9 and 99. RGB value is (83,169,153). Sum of RGB (Red+Green+Blue) = 83+169+153=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #53A999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A999 is #AC5666. Grayscale: #8D8D8D. Windows color (decimal): -11294311 or 10070355. OLE color: 10070355.

HSL color Cylindrical-coordinate representation of color #53A999: hue angle of 168.84º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A999 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB83169153-
CMYK0.5100.090.34
HSL168.84º34.13%49.41%-
HSV(B)168.84º50.89%66.27%-
XYZ23.5132.5135.17-
YUV141.46134.5186.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=20.49%
G=41.73%
B=37.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831691530.5100.090.34168.8434.1349.41
Hex53A999330922a92231
Octal12325123163011422514261
Binary101001110101001100110011100110100110001010101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,169,153); }

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

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

 a { background-color: rgb(83,169,153); }

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

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

 span { border-color: rgb(83,169,153); }

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