#5FA9AF

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

Shades of Fountain Blue #5FA9AF

Tints of Fountain Blue #5FA9AF

Color information

#5FA9AF (or 0x5FA9AF) is unknown color: approx Fountain Blue. HEX triplet: 5F, A9 and AF. RGB value is (95,169,175). Sum of RGB (Red+Green+Blue) = 95+169+175=439 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.64% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #5FA9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA9AF is #A05650. Grayscale: #939393. Windows color (decimal): -10507857 or 11512159. OLE color: 11512159.

HSL color Cylindrical-coordinate representation of color #5FA9AF: hue angle of 184.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FA9AF is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB95169175-
CMYK0.460.0300.31
HSL184.5º33.33%52.94%-
HSV(B)184.5º45.71%68.63%-
XYZ26.6533.945.7-
YUV147.56143.4890.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.64%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=21.64%
G=38.50%
B=39.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951691750.460.0300.31184.533.3352.94
Hex5FA9AF2E301Fb82135
Octal1372512575630372704165
Binary101111110101001101011111011101101111110111000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,169,175); }

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

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

 a { background-color: rgb(95,169,175); }

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

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

 span { border-color: rgb(95,169,175); }

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