#5F5661

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

Shades of Fedora #5F5661

Tints of Fedora #5F5661

Color information

#5F5661 (or 0x5F5661) is unknown color: approx Fedora. HEX triplet: 5F, 56 and 61. RGB value is (95,86,97). Sum of RGB (Red+Green+Blue) = 95+86+97=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F5661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5661 is #A0A99E. Grayscale: #595959. Windows color (decimal): -10529183 or 6379103. OLE color: 6379103.

HSL color Cylindrical-coordinate representation of color #5F5661: hue angle of 289.09º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F5661 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB958697-
CMYK0.020.1100.62
HSL289.09º6.01%35.88%-
HSV(B)289.09º11.34%38.04%-
XYZ10.29.9512.69-
YUV89.94131.98131.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.17%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=34.17%
G=30.94%
B=34.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9586970.020.1100.62289.096.0135.88
Hex5F56612B03E121624
Octal137126141213076441644
Binary1011111101011011000011010110111110100100001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,86,97); }

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

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

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

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

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

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

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