#5FA3AE

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

Shades of Fountain Blue #5FA3AE

Tints of Fountain Blue #5FA3AE

Color information

#5FA3AE (or 0x5FA3AE) is unknown color: approx Fountain Blue. HEX triplet: 5F, A3 and AE. RGB value is (95,163,174). Sum of RGB (Red+Green+Blue) = 95+163+174=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #5FA3AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA3AE is #A05C51. Grayscale: #8F8F8F. Windows color (decimal): -10509394 or 11445087. OLE color: 11445087.

HSL color Cylindrical-coordinate representation of color #5FA3AE: hue angle of 188.35º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FA3AE is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB95163174-
CMYK0.450.0600.32
HSL188.35º32.78%52.75%-
HSV(B)188.35º45.4%68.24%-
XYZ25.4631.6844.82-
YUV143.92144.9793.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.99%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 174 (68.36% from 255) = 40.28%
R=21.99%
G=37.73%
B=40.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951631740.450.0600.32188.3532.7852.75
Hex5FA3AE2D6020bc2135
Octal1372432565560402744165
Binary10111111010001110101110101101110010000010111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,163,174); }

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

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

 a { background-color: rgb(95,163,174); }

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

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

 span { border-color: rgb(95,163,174); }

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