#5F5262

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

Shades of Fedora #5F5262

Tints of Fedora #5F5262

Color information

#5F5262 (or 0x5F5262) is unknown color: approx Fedora. HEX triplet: 5F, 52 and 62. RGB value is (95,82,98). Sum of RGB (Red+Green+Blue) = 95+82+98=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F5262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5262 is #A0AD9D. Grayscale: #575757. Windows color (decimal): -10530206 or 6443615. OLE color: 6443615.

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

Color convert

RGB958298-
CMYK0.030.1600.62
HSL288.75º8.89%35.29%-
HSV(B)288.75º16.33%38.43%-
XYZ9.949.3512.84-
YUV87.71133.81133.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.55%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=34.55%
G=29.82%
B=35.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9582980.030.1600.62288.758.8935.29
Hex5F526231003E121923
Octal1371221423200764411143
Binary101111110100101100010111000001111101001000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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