#53A6AE

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

Shades of Fountain Blue #53A6AE

Tints of Fountain Blue #53A6AE

Color information

#53A6AE (or 0x53A6AE) is unknown color: approx Fountain Blue. HEX triplet: 53, A6 and AE. RGB value is (83,166,174). Sum of RGB (Red+Green+Blue) = 83+166+174=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #53A6AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A6AE is #AC5951. Grayscale: #8D8D8D. Windows color (decimal): -11295058 or 11445843. OLE color: 11445843.

HSL color Cylindrical-coordinate representation of color #53A6AE: hue angle of 185.27º degrees, saturation: 0.36, 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 #53A6AE is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB83166174-
CMYK0.520.0500.32
HSL185.27º35.97%50.39%-
HSV(B)185.27º52.3%68.24%-
XYZ24.8432.1744.94-
YUV142.114685.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=19.62%
G=39.24%
B=41.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal831661740.520.0500.32185.2735.9750.39
Hex53A6AE345020b92432
Octal1232462566450402714462
Binary10100111010011010101110110100101010000010111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,166,174); }

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

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

 a { background-color: rgb(83,166,174); }

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

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

 span { border-color: rgb(83,166,174); }

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