#5BABBB

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

Shades of Fountain Blue #5BABBB

Tints of Fountain Blue #5BABBB

Color information

#5BABBB (or 0x5BABBB) is unknown color: approx Fountain Blue. HEX triplet: 5B, AB and BB. RGB value is (91,171,187). Sum of RGB (Red+Green+Blue) = 91+171+187=449 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.27% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #5BABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABBB is #A45444. Grayscale: #949494. Windows color (decimal): -10769477 or 12299099. OLE color: 12299099.

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

Color convert

RGB91171187-
CMYK0.510.0900.27
HSL190º41.38%54.51%-
HSV(B)190º51.34%73.33%-
XYZ27.8534.9452.29-
YUV148.9149.586.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.27%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=20.27%
G=38.08%
B=41.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911711870.510.0900.2719041.3854.51
Hex5BABBB33901Bbe2937
Octal13325327363110332765167
Binary10110111010101110111011110011100101101110111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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