#5BB1BB

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

Shades of Fountain Blue #5BB1BB

Tints of Fountain Blue #5BB1BB

Color information

#5BB1BB (or 0x5BB1BB) is unknown color: approx Fountain Blue. HEX triplet: 5B, B1 and BB. RGB value is (91,177,187). Sum of RGB (Red+Green+Blue) = 91+177+187=455 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #5BB1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BB1BB is #A44E44. Grayscale: #989898. Windows color (decimal): -10767941 or 12300635. OLE color: 12300635.

HSL color Cylindrical-coordinate representation of color #5BB1BB: hue angle of 186.25º 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 #5BB1BB is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB91177187-
CMYK0.510.0500.27
HSL186.25º41.38%54.51%-
HSV(B)186.25º51.34%73.33%-
XYZ29.0137.2652.68-
YUV152.43147.5184.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20%
GREEN value IS 177 (69.53% from 255) = 38.90%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=20%
G=38.90%
B=41.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911771870.510.0500.27186.2541.3854.51
Hex5BB1BB33501Bba2937
Octal1332612736350332725167
Binary1011011101100011011101111001110101101110111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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