#5F5461

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

Shades of Fedora #5F5461

Tints of Fedora #5F5461

Color information

#5F5461 (or 0x5F5461) is unknown color: approx Fedora. HEX triplet: 5F, 54 and 61. RGB value is (95,84,97). Sum of RGB (Red+Green+Blue) = 95+84+97=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5461 is #A0AB9E. Grayscale: #585858. Windows color (decimal): -10529695 or 6378591. OLE color: 6378591.

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

Color convert

RGB958497-
CMYK0.020.1300.62
HSL290.77º7.18%35.49%-
HSV(B)290.77º13.4%38.04%-
XYZ10.059.6412.64-
YUV88.77132.64132.44-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.42%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 97 (38.28% from 255) = 35.14%
R=34.42%
G=30.43%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9584970.020.1300.62290.777.1835.49
Hex5F54612D03E123723
Octal137124141215076443743
Binary1011111101010011000011011010111110100100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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