#53BAB5

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

Shades of Fountain Blue #53BAB5

Tints of Fountain Blue #53BAB5

Color information

#53BAB5 (or 0x53BAB5) is unknown color: approx Fountain Blue. HEX triplet: 53, BA and B5. RGB value is (83,186,181). Sum of RGB (Red+Green+Blue) = 83+186+181=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #53BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAB5 is #AC454A. Grayscale: #9A9A9A. Windows color (decimal): -11289931 or 11909715. OLE color: 11909715.

HSL color Cylindrical-coordinate representation of color #53BAB5: hue angle of 177.09º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BAB5 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB83186181-
CMYK0.5500.030.27
HSL177.09º42.74%52.75%-
HSV(B)177.09º55.38%72.94%-
XYZ29.4740.2949.94-
YUV154.63142.8876.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.44%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 181 (71.09% from 255) = 40.22%
R=18.44%
G=41.33%
B=40.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831861810.5500.030.27177.0942.7452.75
Hex53BAB537031Bb12b35
Octal1232722656703332615365
Binary101001110111010101101011101110111101110110001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,186,181); }

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

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

 a { background-color: rgb(83,186,181); }

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

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

 span { border-color: rgb(83,186,181); }

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