#5ba7ab

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

Shades of Fountain Blue #5BA7AB

Tints of Fountain Blue #5BA7AB

Color information

#5BA7AB (or 0x5BA7AB) is unknown color: approx Fountain Blue. HEX triplet: 5B, A7 and AB. RGB value is (91,167,171). Sum of RGB (Red+Green+Blue) = 91+167+171=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #5BA7AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA7AB is #A45854. Grayscale: #909090. Windows color (decimal): -10770517 or 11249499. OLE color: 11249499.

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

Color convert

RGB91167171-
CMYK0.470.0200.33
HSL183º32.26%51.37%-
HSV(B)183º46.78%67.06%-
XYZ25.4832.843.52-
YUV144.73142.8289.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.21%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=21.21%
G=38.93%
B=39.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911671710.470.0200.3318332.2651.37
Hex5BA7AB2F2021b72033
Octal1332472535720412674063
Binary1011011101001111010101110111110010000110110111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ba7ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,167,171); }

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

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

 a { background-color: rgb(91,167,171); }

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

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

 span { border-color: rgb(91,167,171); }

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