Html Css Color HEX #53A5AF Fountain Blue

📋 copy color: '#53A5AF'

red 83 ◦ green 165 ◦ blue 175

#53A5AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #53A5AF

Tints of Fountain Blue #53A5AF

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 value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#53A5AF (or 0x53A5AF) is known color: 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

RGB 83 165 175 -
CMYK 0.53 0.06 0 0.31
HSL 186.52º 0.37% 0.51% -
HSV(B) 186.52º 0.53% 0.69% -
XYZ 24.76 31.84 45.4 -
YUV 141.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 83 165 175 0.53 0.06 0 0.31 186.52 0.37 0.51
Hex 53 A5 AF 35 6 0 1F BB 25 33
Octal 123 245 257 65 6 0 37 273 45 63
Binary 1010011 10100101 10101111 110101 110 0 11111 10111011 100101 110011

Color Harmonies of #53A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A5AF

Black with #53A5AF

Text Example


Text Example

White with #53A5AF

Text Example


Text Example

HTML Codes & Css Web 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>