#53AAB4

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

Shades of Fountain Blue #53AAB4

Tints of Fountain Blue #53AAB4

Color information

#53AAB4 (or 0x53AAB4) is unknown color: approx Fountain Blue. HEX triplet: 53, AA and B4. RGB value is (83,170,180). Sum of RGB (Red+Green+Blue) = 83+170+180=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #53AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AAB4 is #AC554B. Grayscale: #919191. Windows color (decimal): -11294028 or 11840083. OLE color: 11840083.

HSL color Cylindrical-coordinate representation of color #53AAB4: hue angle of 186.19º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53AAB4 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB83170180-
CMYK0.540.0600.29
HSL186.19º39.27%51.57%-
HSV(B)186.19º53.89%70.59%-
XYZ26.1833.8848.34-
YUV145.13147.6883.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=19.17%
G=39.26%
B=41.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal831701800.540.0600.29186.1939.2751.57
Hex53AAB436601Dba2734
Octal1232522646660352724764
Binary1010011101010101011010011011011001110110111010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,170,180); }

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

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

 a { background-color: rgb(83,170,180); }

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

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

 span { border-color: rgb(83,170,180); }

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