#5F5061

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

Shades of Fedora #5F5061

Tints of Fedora #5F5061

Color information

#5F5061 (or 0x5F5061) is unknown color: approx Fedora. HEX triplet: 5F, 50 and 61. RGB value is (95,80,97). Sum of RGB (Red+Green+Blue) = 95+80+97=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F5061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5061 is #A0AF9E. Grayscale: #565656. Windows color (decimal): -10530719 or 6377567. OLE color: 6377567.

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

Color convert

RGB958097-
CMYK0.020.1800.62
HSL292.94º9.6%34.71%-
HSV(B)292.94º17.53%38.04%-
XYZ9.759.0312.54-
YUV86.42133.97134.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.93%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=34.93%
G=29.41%
B=35.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9580970.020.1800.62292.949.634.71
Hex5F506121203E125a23
Octal1371201412220764451243
Binary101111110100001100001101001001111101001001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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