#53ADAF

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

Shades of Fountain Blue #53ADAF

Tints of Fountain Blue #53ADAF

Color information

#53ADAF (or 0x53ADAF) is unknown color: approx Fountain Blue. HEX triplet: 53, AD and AF. RGB value is (83,173,175). Sum of RGB (Red+Green+Blue) = 83+173+175=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #53ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ADAF is #AC5250. Grayscale: #929292. Windows color (decimal): -11293265 or 11513171. OLE color: 11513171.

HSL color Cylindrical-coordinate representation of color #53ADAF: hue angle of 181.3º 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 #53ADAF is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB83173175-
CMYK0.530.0100.31
HSL181.3º36.51%50.59%-
HSV(B)181.3º52.57%68.63%-
XYZ26.2534.8245.9-
YUV146.32144.1882.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.26%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=19.26%
G=40.14%
B=40.60%

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
Decimal831731750.530.0100.31181.336.5150.59
Hex53ADAF35101Fb52533
Octal1232552576510372654563
Binary10100111010110110101111110101101111110110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,173,175); }

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

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

 a { background-color: rgb(83,173,175); }

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

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

 span { border-color: rgb(83,173,175); }

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