#5BA3B0

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

Shades of Fountain Blue #5BA3B0

Tints of Fountain Blue #5BA3B0

Color information

#5BA3B0 (or 0x5BA3B0) is unknown color: approx Fountain Blue. HEX triplet: 5B, A3 and B0. RGB value is (91,163,176). Sum of RGB (Red+Green+Blue) = 91+163+176=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #5BA3B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA3B0 is #A45C4F. Grayscale: #8E8E8E. Windows color (decimal): -10771536 or 11576155. OLE color: 11576155.

HSL color Cylindrical-coordinate representation of color #5BA3B0: hue angle of 189.18º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BA3B0 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB91163176-
CMYK0.480.0700.31
HSL189.18º34.98%52.35%-
HSV(B)189.18º48.3%69.02%-
XYZ25.2531.5545.83-
YUV142.95146.6590.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.16%
GREEN value IS 163 (64.06% from 255) = 37.91%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=21.16%
G=37.91%
B=40.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911631760.480.0700.31189.1834.9852.35
Hex5BA3B030701Fbd2334
Octal1332432606070372754364
Binary1011011101000111011000011000011101111110111101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,163,176); }

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

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

 a { background-color: rgb(91,163,176); }

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

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

 span { border-color: rgb(91,163,176); }

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