Html Css Color HEX #53A5B3 Fountain Blue

📋 copy color: '#53A5B3'

red 83 ◦ green 165 ◦ blue 179

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

Shades of Fountain Blue #53A5B3

Tints of Fountain Blue #53A5B3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 19.44%
G = 38.64%
B = 41.92%

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

#53A5B3 (or 0x53A5B3) is known color: Fountain Blue. HEX triplet: 53, A5 and B3. RGB value is (83,165,179). Sum of RGB (Red+Green+Blue) = 83+165+179=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 179 - color contains mainly: blue. Hex color #53A5B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5B3 is #AC5A4C. Grayscale: #8D8D8D. Windows color (decimal): -11295309 or 11773267. OLE color: 11773267.

HSL color Cylindrical-coordinate representation of color #53A5B3: hue angle of 188.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 #53A5B3 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 165 179 -
CMYK 0.54 0.08 0 0.30
HSL 188.75º 0.39% 0.51% -
HSV(B) 188.75º 0.54% 0.7% -
XYZ 25.16 32 47.5 -
YUV 142.08 148.83 85.86 -
System Red Green Blue C M Y K H S L
Decimal 83 165 179 0.54 0.08 0 0.30 188.75 0.39 0.51
Hex 53 A5 B3 36 8 0 1E BD 27 33
Octal 123 245 263 66 10 0 36 275 47 63
Binary 1010011 10100101 10110011 110110 1000 0 11110 10111101 100111 110011

Color Harmonies of #53A5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A5B3

Black with #53A5B3

Text Example


Text Example

White with #53A5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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