Html Css Color HEX #53A7B2 Fountain Blue

📋 copy color: '#53A7B2'

red 83 ◦ green 167 ◦ blue 178

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

Shades of Fountain Blue #53A7B2

Tints of Fountain Blue #53A7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

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

R = 19.39%
G = 39.02%
B = 41.59%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#53A7B2 (or 0x53A7B2) is known color: Fountain Blue. HEX triplet: 53, A7 and B2. RGB value is (83,167,178). Sum of RGB (Red+Green+Blue) = 83+167+178=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 178 - color contains mainly: blue. Hex color #53A7B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A7B2 is #AC584D. Grayscale: #8F8F8F. Windows color (decimal): -11294798 or 11708243. OLE color: 11708243.

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

Color convert

RGB 83 167 178 -
CMYK 0.53 0.06 0 0.30
HSL 186.95º 0.38% 0.51% -
HSV(B) 186.95º 0.53% 0.7% -
XYZ 25.42 32.69 47.09 -
YUV 143.14 147.67 85.11 -
System Red Green Blue C M Y K H S L
Decimal 83 167 178 0.53 0.06 0 0.30 186.95 0.38 0.51
Hex 53 A7 B2 35 6 0 1E BB 26 33
Octal 123 247 262 65 6 0 36 273 46 63
Binary 1010011 10100111 10110010 110101 110 0 11110 10111011 100110 110011

Color Harmonies of #53A7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A7B2

Black with #53A7B2

Text Example


Text Example

White with #53A7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,167,178); }

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

background-color css

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

 a { background-color: rgb(83,167,178); }

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

border-color css

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

 span { border-color: rgb(83,167,178); }

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