#5C5262

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

Shades of Fedora #5C5262

Tints of Fedora #5C5262

Color information

#5C5262 (or 0x5C5262) is unknown color: approx Fedora. HEX triplet: 5C, 52 and 62. RGB value is (92,82,98). Sum of RGB (Red+Green+Blue) = 92+82+98=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #5C5262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5262 is #A3AD9D. Grayscale: #565656. Windows color (decimal): -10726814 or 6443612. OLE color: 6443612.

HSL color Cylindrical-coordinate representation of color #5C5262: hue angle of 277.5º 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 #5C5262 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB928298-
CMYK0.060.1600.62
HSL277.5º8.89%35.29%-
HSV(B)277.5º16.33%38.43%-
XYZ9.649.1912.82-
YUV86.81134.31131.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.82%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=33.82%
G=30.15%
B=36.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9282980.060.1600.62277.58.8935.29
Hex5C526261003E116923
Octal1341221426200764261143
Binary1011100101001011000101101000001111101000101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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