Html Css Color HEX #53A7AD Fountain Blue

📋 copy color: '#53A7AD'

red 83 ◦ green 167 ◦ blue 173

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

Shades of Fountain Blue #53A7AD

Tints of Fountain Blue #53A7AD

RGB

 RED value IS 83 (32.81% from 255) = 19.62%

 GREEN value IS 167 (65.63% from 255) = 39.48%

 BLUE value IS 173 (67.97% from 255) = 40.9%

R = 19.62%
G = 39.48%
B = 40.9%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#53A7AD (or 0x53A7AD) is known color: Fountain Blue. HEX triplet: 53, A7 and AD. RGB value is (83,167,173). Sum of RGB (Red+Green+Blue) = 83+167+173=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #53A7AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7AD is #AC5852. Grayscale: #8E8E8E. Windows color (decimal): -11294803 or 11380563. OLE color: 11380563.

HSL color Cylindrical-coordinate representation of color #53A7AD: hue angle of 184º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53A7AD is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 167 173 -
CMYK 0.52 0.03 0 0.32
HSL 184º 0.35% 0.5% -
HSV(B) 184º 0.52% 0.68% -
XYZ 24.93 32.49 44.49 -
YUV 142.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 83 167 173 0.52 0.03 0 0.32 184 0.35 0.5
Hex 53 A7 AD 34 3 0 20 B8 23 32
Octal 123 247 255 64 3 0 40 270 43 62
Binary 1010011 10100111 10101101 110100 11 0 100000 10111000 100011 110010

Color Harmonies of #53A7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A7AD

Black with #53A7AD

Text Example


Text Example

White with #53A7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53A7AD;
 }
 .AnyTagClassName
 {
   color: #53A7AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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