Html Css Color HEX #52A3B2 Fountain Blue

📋 copy color: '#52A3B2'

red 82 ◦ green 163 ◦ blue 178

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

Shades of Fountain Blue #52A3B2

Tints of Fountain Blue #52A3B2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 19.39%
G = 38.53%
B = 42.08%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#52A3B2 (or 0x52A3B2) is known color: Fountain Blue. HEX triplet: 52, A3 and B2. RGB value is (82,163,178). Sum of RGB (Red+Green+Blue) = 82+163+178=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #52A3B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A3B2 is #AD5C4D. Grayscale: #8C8C8C. Windows color (decimal): -11361358 or 11707218. OLE color: 11707218.

HSL color Cylindrical-coordinate representation of color #52A3B2: hue angle of 189.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52A3B2 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 163 178 -
CMYK 0.54 0.08 0 0.30
HSL 189.38º 0.38% 0.51% -
HSV(B) 189.38º 0.54% 0.7% -
XYZ 24.61 31.2 46.84 -
YUV 140.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 82 163 178 0.54 0.08 0 0.30 189.38 0.38 0.51
Hex 52 A3 B2 36 8 0 1E BD 26 33
Octal 122 243 262 66 10 0 36 275 46 63
Binary 1010010 10100011 10110010 110110 1000 0 11110 10111101 100110 110011

Color Harmonies of #52A3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A3B2

Black with #52A3B2

Text Example


Text Example

White with #52A3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,163,178); }

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

background-color css

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

 a { background-color: rgb(82,163,178); }

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

border-color css

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

 span { border-color: rgb(82,163,178); }

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