#5FB4B5

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

Shades of Fountain Blue #5FB4B5

Tints of Fountain Blue #5FB4B5

Color information

#5FB4B5 (or 0x5FB4B5) is unknown color: approx Fountain Blue. HEX triplet: 5F, B4 and B5. RGB value is (95,180,181). Sum of RGB (Red+Green+Blue) = 95+180+181=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 181 - color contains mainly: blue. Hex color #5FB4B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB4B5 is #A04B4A. Grayscale: #9A9A9A. Windows color (decimal): -10505035 or 11908191. OLE color: 11908191.

HSL color Cylindrical-coordinate representation of color #5FB4B5: hue angle of 180.7º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB4B5 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB95180181-
CMYK0.480.0100.29
HSL180.7º36.75%54.12%-
HSV(B)180.7º47.51%70.98%-
XYZ29.3838.4149.58-
YUV154.7142.8485.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.83%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 181 (71.09% from 255) = 39.69%
R=20.83%
G=39.47%
B=39.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal951801810.480.0100.29180.736.7554.12
Hex5FB4B530101Db52536
Octal1372642656010352654566
Binary10111111011010010110101110000101110110110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,181); }

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

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

 a { background-color: rgb(95,180,181); }

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

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

 span { border-color: rgb(95,180,181); }

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