Html Css Color HEX #53ADB3 Fountain Blue

📋 copy color: '#53ADB3'

red 83 ◦ green 173 ◦ blue 179

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

Shades of Fountain Blue #53ADB3

Tints of Fountain Blue #53ADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

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

R = 19.08%
G = 39.77%
B = 41.15%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#53ADB3 (or 0x53ADB3) is known color: Fountain Blue. HEX triplet: 53, AD and B3. RGB value is (83,173,179). Sum of RGB (Red+Green+Blue) = 83+173+179=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 179 - color contains mainly: blue. Hex color #53ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADB3 is #AC524C. Grayscale: #929292. Windows color (decimal): -11293261 or 11775315. OLE color: 11775315.

HSL color Cylindrical-coordinate representation of color #53ADB3: hue angle of 183.75º degrees, saturation: 0.39, 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 #53ADB3 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 173 179 -
CMYK 0.54 0.03 0 0.30
HSL 183.75º 0.39% 0.51% -
HSV(B) 183.75º 0.54% 0.7% -
XYZ 26.65 34.98 48 -
YUV 146.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 83 173 179 0.54 0.03 0 0.30 183.75 0.39 0.51
Hex 53 AD B3 36 3 0 1E B8 27 33
Octal 123 255 263 66 3 0 36 270 47 63
Binary 1010011 10101101 10110011 110110 11 0 11110 10111000 100111 110011

Color Harmonies of #53ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADB3

Black with #53ADB3

Text Example


Text Example

White with #53ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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