#53A893

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

Shades of Keppel #53A893

Tints of Keppel #53A893

Color information

#53A893 (or 0x53A893) is unknown color: approx Keppel. HEX triplet: 53, A8 and 93. RGB value is (83,168,147). Sum of RGB (Red+Green+Blue) = 83+168+147=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #53A893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A893 is #AC576C. Grayscale: #8C8C8C. Windows color (decimal): -11294573 or 9676883. OLE color: 9676883.

HSL color Cylindrical-coordinate representation of color #53A893: hue angle of 165.18º 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 #53A893 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB83168147-
CMYK0.5100.130.34
HSL165.18º33.86%49.22%-
HSV(B)165.18º50.6%65.88%-
XYZ22.8431.9532.57-
YUV140.19131.8487.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.85%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=20.85%
G=42.21%
B=36.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831681470.5100.130.34165.1833.8649.22
Hex53A893330D22a52231
Octal12325022363015422454261
Binary101001110101000100100111100110110110001010100101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,168,147); }

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

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

 a { background-color: rgb(83,168,147); }

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

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

 span { border-color: rgb(83,168,147); }

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