#5BABAD

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

Shades of Fountain Blue #5BABAD

Tints of Fountain Blue #5BABAD

Color information

#5BABAD (or 0x5BABAD) is unknown color: approx Fountain Blue. HEX triplet: 5B, AB and AD. RGB value is (91,171,173). Sum of RGB (Red+Green+Blue) = 91+171+173=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #5BABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BABAD is #A45452. Grayscale: #939393. Windows color (decimal): -10769491 or 11381595. OLE color: 11381595.

HSL color Cylindrical-coordinate representation of color #5BABAD: hue angle of 181.46º 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 #5BABAD is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB91171173-
CMYK0.470.0100.32
HSL181.46º33.33%51.76%-
HSV(B)181.46º47.4%67.84%-
XYZ26.4234.3744.78-
YUV147.31142.587.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.92%
GREEN value IS 171 (67.19% from 255) = 39.31%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=20.92%
G=39.31%
B=39.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911711730.470.0100.32181.4633.3351.76
Hex5BABAD2F1020b52134
Octal1332532555710402654164
Binary101101110101011101011011011111010000010110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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