#53A898

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

Shades of Keppel #53A898

Tints of Keppel #53A898

Color information

#53A898 (or 0x53A898) is unknown color: approx Keppel. HEX triplet: 53, A8 and 98. RGB value is (83,168,152). Sum of RGB (Red+Green+Blue) = 83+168+152=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 168 - color contains mainly: green. Hex color #53A898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A898 is #AC5767. Grayscale: #8C8C8C. Windows color (decimal): -11294568 or 10004563. OLE color: 10004563.

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

Color convert

RGB83168152-
CMYK0.5100.100.34
HSL168.71º33.86%49.22%-
HSV(B)168.71º50.6%65.88%-
XYZ23.2432.1134.68-
YUV140.76134.3486.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 168 (66.02% from 255) = 41.69%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=20.60%
G=41.69%
B=37.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal831681520.5100.100.34168.7133.8649.22
Hex53A898330A22a92231
Octal12325023063012422514261
Binary101001110101000100110001100110101010001010101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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