#5fafaf

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

Shades of Fountain Blue #5FAFAF

Tints of Fountain Blue #5FAFAF

Color information

#5FAFAF (or 0x5FAFAF) is unknown color: approx Fountain Blue. HEX triplet: 5F, AF and AF. RGB value is (95,175,175). Sum of RGB (Red+Green+Blue) = 95+175+175=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #5FAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAFAF is #A05050. Grayscale: #979797. Windows color (decimal): -10506321 or 11513695. OLE color: 11513695.

HSL color Cylindrical-coordinate representation of color #5FAFAF: hue angle of 180º 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 #5FAFAF is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB95175175-
CMYK0.46000.31
HSL180º33.33%52.94%-
HSV(B)180º45.71%68.63%-
XYZ27.7936.1946.08-
YUV151.08141.588-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.35%
GREEN value IS 175 (68.75% from 255) = 39.33%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=21.35%
G=39.33%
B=39.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951751750.46000.3118033.3352.94
Hex5FAFAF2E001Fb42135
Octal1372572575600372644165
Binary10111111010111110101111101110001111110110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fafaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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