#5AB1B4

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

Shades of Fountain Blue #5AB1B4

Tints of Fountain Blue #5AB1B4

Color information

#5AB1B4 (or 0x5AB1B4) is unknown color: approx Fountain Blue. HEX triplet: 5A, B1 and B4. RGB value is (90,177,180). Sum of RGB (Red+Green+Blue) = 90+177+180=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #5AB1B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1B4 is #A54E4B. Grayscale: #979797. Windows color (decimal): -10833484 or 11841882. OLE color: 11841882.

HSL color Cylindrical-coordinate representation of color #5AB1B4: hue angle of 182º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB1B4 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB90177180-
CMYK0.500.0200.29
HSL182º37.5%52.94%-
HSV(B)182º50%70.59%-
XYZ28.1836.9148.82-
YUV151.33144.1884.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.13%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 180 (70.70% from 255) = 40.27%
R=20.13%
G=39.60%
B=40.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901771800.500.0200.2918237.552.94
Hex5AB1B432201Db62635
Octal1322612646220352664665
Binary101101010110001101101001100101001110110110110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,177,180); }

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

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

 a { background-color: rgb(90,177,180); }

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

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

 span { border-color: rgb(90,177,180); }

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