#5C535D

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

Shades of Fedora #5C535D

Tints of Fedora #5C535D

Color information

#5C535D (or 0x5C535D) is unknown color: approx Fedora. HEX triplet: 5C, 53 and 5D. RGB value is (92,83,93). Sum of RGB (Red+Green+Blue) = 92+83+93=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C535D is #A3ACA2. Grayscale: #565656. Windows color (decimal): -10726563 or 6116188. OLE color: 6116188.

HSL color Cylindrical-coordinate representation of color #5C535D: hue angle of 294º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C535D is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB928393-
CMYK0.010.1100.64
HSL294º5.68%34.51%-
HSV(B)294º10.75%36.47%-
XYZ9.489.2511.64-
YUV86.83131.48131.69-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.33%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 93 (36.72% from 255) = 34.70%
R=34.33%
G=30.97%
B=34.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9283930.010.1100.642945.6834.51
Hex5C535D1B040126623
Octal1341231351130100446643
Binary1011100101001110111011101101000000100100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,83,93); }

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

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

 a { background-color: rgb(92,83,93); }

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

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

 span { border-color: rgb(92,83,93); }

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