#53AD91

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

Shades of Keppel #53AD91

Tints of Keppel #53AD91

Color information

#53AD91 (or 0x53AD91) is unknown color: approx Keppel. HEX triplet: 53, AD and 91. RGB value is (83,173,145). Sum of RGB (Red+Green+Blue) = 83+173+145=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD91 is #AC526E. Grayscale: #8E8E8E. Windows color (decimal): -11293295 or 9547091. OLE color: 9547091.

HSL color Cylindrical-coordinate representation of color #53AD91: hue angle of 161.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD91 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB83173145-
CMYK0.5200.160.32
HSL161.33º35.43%50.2%-
HSV(B)161.33º52.02%67.84%-
XYZ23.6233.7732.06-
YUV142.9129.1885.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 145 (57.03% from 255) = 36.16%
R=20.70%
G=43.14%
B=36.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831731450.5200.160.32161.3335.4350.2
Hex53AD913401020a12332
Octal12325522164020402414362
Binary1010011101011011001000111010001000010000010100001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,145); }

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

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

 a { background-color: rgb(83,173,145); }

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

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

 span { border-color: rgb(83,173,145); }

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