#53A798

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

Shades of Keppel #53A798

Tints of Keppel #53A798

Color information

#53A798 (or 0x53A798) is unknown color: approx Keppel. HEX triplet: 53, A7 and 98. RGB value is (83,167,152). Sum of RGB (Red+Green+Blue) = 83+167+152=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 167 - color contains mainly: green. Hex color #53A798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A798 is #AC5867. Grayscale: #8C8C8C. Windows color (decimal): -11294824 or 10004307. OLE color: 10004307.

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

Color convert

RGB83167152-
CMYK0.5000.090.35
HSL169.29º33.6%49.02%-
HSV(B)169.29º50.3%65.49%-
XYZ23.0531.7434.62-
YUV140.17134.6787.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 167 (65.62% from 255) = 41.54%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=20.65%
G=41.54%
B=37.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal831671520.5000.090.35169.2933.649.02
Hex53A798320923a92231
Octal12324723062011432514261
Binary101001110100111100110001100100100110001110101001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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