#53A9AF

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

Shades of Fountain Blue #53A9AF

Tints of Fountain Blue #53A9AF

Color information

#53A9AF (or 0x53A9AF) is unknown color: approx Fountain Blue. HEX triplet: 53, A9 and AF. RGB value is (83,169,175). Sum of RGB (Red+Green+Blue) = 83+169+175=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #53A9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A9AF is #AC5650. Grayscale: #8F8F8F. Windows color (decimal): -11294289 or 11512147. OLE color: 11512147.

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

Color convert

RGB83169175-
CMYK0.530.0300.31
HSL183.91º36.51%50.59%-
HSV(B)183.91º52.57%68.63%-
XYZ25.4933.3145.64-
YUV143.97145.5184.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 169 (66.41% from 255) = 39.58%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=19.44%
G=39.58%
B=40.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831691750.530.0300.31183.9136.5150.59
Hex53A9AF35301Fb82533
Octal1232512576530372704563
Binary101001110101001101011111101011101111110111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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