Html Css Color HEX #5AA7BA Fountain Blue

📋 copy color: '#5AA7BA'

red 90 ◦ green 167 ◦ blue 186

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

Shades of Fountain Blue #5AA7BA

Tints of Fountain Blue #5AA7BA

RGB

 RED value IS 90 (35.55% from 255) = 20.32%

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 20.32%
G = 37.7%
B = 41.99%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5AA7BA (or 0x5AA7BA) is known color: Fountain Blue. HEX triplet: 5A, A7 and BA. RGB value is (90,167,186). Sum of RGB (Red+Green+Blue) = 90+167+186=443 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.32% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AA7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AA7BA is #A55845. Grayscale: #919191. Windows color (decimal): -10836038 or 12232538. OLE color: 12232538.

HSL color Cylindrical-coordinate representation of color #5AA7BA: hue angle of 191.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AA7BA is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 167 186 -
CMYK 0.52 0.10 0 0.27
HSL 191.88º 0.41% 0.54% -
HSV(B) 191.88º 0.52% 0.73% -
XYZ 26.9 33.36 51.48 -
YUV 146.14 150.49 87.96 -
System Red Green Blue C M Y K H S L
Decimal 90 167 186 0.52 0.10 0 0.27 191.88 0.41 0.54
Hex 5A A7 BA 34 A 0 1B C0 29 36
Octal 132 247 272 64 12 0 33 300 51 66
Binary 1011010 10100111 10111010 110100 1010 0 11011 11000000 101001 110110

Color Harmonies of #5AA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA7BA

Black with #5AA7BA

Text Example


Text Example

White with #5AA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA7BA; }

 p { color: rgb(90,167,186); }

 H1.HeaderClassName
 {
   color: #5AA7BA;
 }
 .AnyTagClassName
 {
   color: #5AA7BA;
 }
</style>

background-color css

<style>
 a { background-color: #5AA7BA; }

 a { background-color: rgb(90,167,186); }

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

border-color css

<style>
 span { border-color: #5AA7BA; }

 span { border-color: rgb(90,167,186); }

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