#5F5962

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

Shades of Fedora #5F5962

Tints of Fedora #5F5962

Color information

#5F5962 (or 0x5F5962) is unknown color: approx Fedora. HEX triplet: 5F, 59 and 62. RGB value is (95,89,98). Sum of RGB (Red+Green+Blue) = 95+89+98=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F5962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5962 is #A0A69D. Grayscale: #5B5B5B. Windows color (decimal): -10528414 or 6445407. OLE color: 6445407.

HSL color Cylindrical-coordinate representation of color #5F5962: hue angle of 280º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5F5962 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB958998-
CMYK0.030.0900.62
HSL280º4.81%36.67%-
HSV(B)280º9.18%38.43%-
XYZ10.510.4613.02-
YUV91.82131.49130.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.69%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=33.69%
G=31.56%
B=34.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9589980.030.0900.622804.8136.67
Hex5F59623903E118525
Octal137131142311076430545
Binary1011111101100111000101110010111110100011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,98); }

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

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

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

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

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

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

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