#53A392

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

Shades of Keppel #53A392

Tints of Keppel #53A392

Color information

#53A392 (or 0x53A392) is unknown color: approx Keppel. HEX triplet: 53, A3 and 92. RGB value is (83,163,146). Sum of RGB (Red+Green+Blue) = 83+163+146=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 163 - color contains mainly: green. Hex color #53A392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A392 is #AC5C6D. Grayscale: #898989. Windows color (decimal): -11295854 or 9610067. OLE color: 9610067.

HSL color Cylindrical-coordinate representation of color #53A392: hue angle of 167.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A392 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB83163146-
CMYK0.4900.100.36
HSL167.25º32.52%48.24%-
HSV(B)167.25º49.08%63.92%-
XYZ21.8530.1131.85-
YUV137.1413389.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.17%
GREEN value IS 163 (64.06% from 255) = 41.58%
BLUE value IS 146 (57.42% from 255) = 37.24%
R=21.17%
G=41.58%
B=37.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831631460.4900.100.36167.2532.5248.24
Hex53A392310A24a72130
Octal12324322261012442474160
Binary101001110100011100100101100010101010010010100111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,163,146); }

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

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

 a { background-color: rgb(83,163,146); }

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

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

 span { border-color: rgb(83,163,146); }

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