#5AA7BA

Color #5AA7BA Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #5AA7BA

Tints of Fountain Blue #5AA7BA

Color information

#5AA7BA (or 0x5AA7BA) is unknown color: approx 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

RGB90167186-
CMYK0.520.1000.27
HSL191.88º41.03%54.12%-
HSV(B)191.88º51.61%72.94%-
XYZ26.933.3651.48-
YUV146.14150.4987.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.32%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=20.32%
G=37.70%
B=41.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901671860.520.1000.27191.8841.0354.12
Hex5AA7BA34A01Bc02936
Octal13224727264120333005166
Binary10110101010011110111010110100101001101111000000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>