#5BA5AD

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

Shades of Fountain Blue #5BA5AD

Tints of Fountain Blue #5BA5AD

Color information

#5BA5AD (or 0x5BA5AD) is unknown color: approx Fountain Blue. HEX triplet: 5B, A5 and AD. RGB value is (91,165,173). Sum of RGB (Red+Green+Blue) = 91+165+173=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #5BA5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA5AD is #A45A52. Grayscale: #8F8F8F. Windows color (decimal): -10771027 or 11380059. OLE color: 11380059.

HSL color Cylindrical-coordinate representation of color #5BA5AD: hue angle of 185.85º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BA5AD is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91165173-
CMYK0.470.0500.32
HSL185.85º33.33%51.76%-
HSV(B)185.85º47.4%67.84%-
XYZ25.3132.1544.41-
YUV143.79144.4890.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.21%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=21.21%
G=38.46%
B=40.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911651730.470.0500.32185.8533.3351.76
Hex5BA5AD2F5020ba2134
Octal1332452555750402724164
Binary10110111010010110101101101111101010000010111010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,165,173); }

 H1.HeaderClassName
 {
   color: #5BA5AD;
 }
 .AnyTagClassName
 {
   color: #5BA5AD;
 }
</style>
background-color css

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

 a { background-color: rgb(91,165,173); }

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

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

 span { border-color: rgb(91,165,173); }

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