#53AAAB

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

Shades of Fountain Blue #53AAAB

Tints of Fountain Blue #53AAAB

Color information

#53AAAB (or 0x53AAAB) is unknown color: approx Fountain Blue. HEX triplet: 53, AA and AB. RGB value is (83,170,171). Sum of RGB (Red+Green+Blue) = 83+170+171=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #53AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AAAB is #AC5554. Grayscale: #909090. Windows color (decimal): -11294037 or 11250259. OLE color: 11250259.

HSL color Cylindrical-coordinate representation of color #53AAAB: hue angle of 180.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AAAB is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB83170171-
CMYK0.510.0100.33
HSL180.68º34.65%49.8%-
HSV(B)180.68º51.46%67.06%-
XYZ25.2933.5343.67-
YUV144.1143.1884.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.58%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=19.58%
G=40.09%
B=40.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831701710.510.0100.33180.6834.6549.8
Hex53AAAB331021b52332
Octal1232522536310412654362
Binary101001110101010101010111100111010000110110101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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