#53AEB0

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

Shades of Fountain Blue #53AEB0

Tints of Fountain Blue #53AEB0

Color information

#53AEB0 (or 0x53AEB0) is unknown color: approx Fountain Blue. HEX triplet: 53, AE and B0. RGB value is (83,174,176). Sum of RGB (Red+Green+Blue) = 83+174+176=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 176 - color contains mainly: blue. Hex color #53AEB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AEB0 is #AC514F. Grayscale: #929292. Windows color (decimal): -11293008 or 11578963. OLE color: 11578963.

HSL color Cylindrical-coordinate representation of color #53AEB0: hue angle of 181.29º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AEB0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83174176-
CMYK0.530.0100.31
HSL181.29º37.05%50.78%-
HSV(B)181.29º52.84%69.02%-
XYZ26.5435.2546.48-
YUV147.02144.3582.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=19.17%
G=40.18%
B=40.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831741760.530.0100.31181.2937.0550.78
Hex53AEB035101Fb52533
Octal1232562606510372654563
Binary10100111010111010110000110101101111110110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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