#53A5AF

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

Shades of Fountain Blue #53A5AF

Tints of Fountain Blue #53A5AF

Color information

#53A5AF (or 0x53A5AF) is unknown color: approx Fountain Blue. HEX triplet: 53, A5 and AF. RGB value is (83,165,175). Sum of RGB (Red+Green+Blue) = 83+165+175=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #53A5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A5AF is #AC5A50. Grayscale: #8D8D8D. Windows color (decimal): -11295313 or 11511123. OLE color: 11511123.

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

Color convert

RGB83165175-
CMYK0.530.0600.31
HSL186.52º36.51%50.59%-
HSV(B)186.52º52.57%68.63%-
XYZ24.7631.8445.4-
YUV141.62146.8386.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 165 (64.84% from 255) = 39.01%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=19.62%
G=39.01%
B=41.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831651750.530.0600.31186.5236.5150.59
Hex53A5AF35601Fbb2533
Octal1232452576560372734563
Binary1010011101001011010111111010111001111110111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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