Html Css Color HEX #52B5B3 Fountain Blue

📋 copy color: '#52B5B3'

red 82 ◦ green 181 ◦ blue 179

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

Shades of Fountain Blue #52B5B3

Tints of Fountain Blue #52B5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 179 (70.31% from 255) = 40.5%

R = 18.55%
G = 40.95%
B = 40.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#52B5B3 (or 0x52B5B3) is known color: Fountain Blue. HEX triplet: 52, B5 and B3. RGB value is (82,181,179). Sum of RGB (Red+Green+Blue) = 82+181+179=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #52B5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B5B3 is #AD4A4C. Grayscale: #979797. Windows color (decimal): -11356749 or 11777362. OLE color: 11777362.

HSL color Cylindrical-coordinate representation of color #52B5B3: hue angle of 178.79º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B5B3 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 181 179 -
CMYK 0.55 0 0.01 0.29
HSL 178.79º 0.4% 0.52% -
HSV(B) 178.79º 0.55% 0.71% -
XYZ 28.14 38.1 48.52 -
YUV 151.17 143.7 78.66 -
System Red Green Blue C M Y K H S L
Decimal 82 181 179 0.55 0 0.01 0.29 178.79 0.4 0.52
Hex 52 B5 B3 37 0 1 1D B3 28 34
Octal 122 265 263 67 0 1 35 263 50 64
Binary 1010010 10110101 10110011 110111 0 1 11101 10110011 101000 110100

Color Harmonies of #52B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B5B3

Black with #52B5B3

Text Example


Text Example

White with #52B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,181,179); }

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

background-color css

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

 a { background-color: rgb(82,181,179); }

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

border-color css

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

 span { border-color: rgb(82,181,179); }

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