Html Css Color HEX #52A8AD Fountain Blue

📋 copy color: '#52A8AD'

red 82 ◦ green 168 ◦ blue 173

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

Shades of Fountain Blue #52A8AD

Tints of Fountain Blue #52A8AD

RGB

 RED value IS 82 (32.42% from 255) = 19.39%

 GREEN value IS 168 (66.02% from 255) = 39.72%

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

R = 19.39%
G = 39.72%
B = 40.9%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#52A8AD (or 0x52A8AD) is known color: Fountain Blue. HEX triplet: 52, A8 and AD. RGB value is (82,168,173). Sum of RGB (Red+Green+Blue) = 82+168+173=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 168 (66.02% from 255 or 39.72% 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 #52A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A8AD is #AD5752. Grayscale: #8E8E8E. Windows color (decimal): -11360083 or 11380818. OLE color: 11380818.

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

Color convert

RGB 82 168 173 -
CMYK 0.53 0.03 0 0.32
HSL 183.3º 0.36% 0.5% -
HSV(B) 183.3º 0.53% 0.68% -
XYZ 25.03 32.82 44.55 -
YUV 142.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 82 168 173 0.53 0.03 0 0.32 183.3 0.36 0.5
Hex 52 A8 AD 35 3 0 20 B7 24 32
Octal 122 250 255 65 3 0 40 267 44 62
Binary 1010010 10101000 10101101 110101 11 0 100000 10110111 100100 110010

Color Harmonies of #52A8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A8AD

Black with #52A8AD

Text Example


Text Example

White with #52A8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52A8AD; }

 p { color: rgb(82,168,173); }

 H1.HeaderClassName
 {
   color: #52A8AD;
 }
 .AnyTagClassName
 {
   color: #52A8AD;
 }
</style>

background-color css

<style>
 a { background-color: #52A8AD; }

 a { background-color: rgb(82,168,173); }

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

border-color css

<style>
 span { border-color: #52A8AD; }

 span { border-color: rgb(82,168,173); }

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