#5C525C

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

Shades of Fedora #5C525C

Tints of Fedora #5C525C

Color information

#5C525C (or 0x5C525C) is unknown color: approx Fedora. HEX triplet: 5C, 52 and 5C. RGB value is (92,82,92). Sum of RGB (Red+Green+Blue) = 92+82+92=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C525C is #A3ADA3. Grayscale: #565656. Windows color (decimal): -10726820 or 6050396. OLE color: 6050396.

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

Color convert

RGB928292-
CMYK00.1100.64
HSL300º5.75%34.12%-
HSV(B)300º10.87%36.08%-
XYZ9.369.0811.38-
YUV86.13131.31132.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.59%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=34.59%
G=30.83%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92829200.1100.643005.7534.12
Hex5C525C0B04012c622
Octal1341221340130100454642
Binary1011100101001010111000101101000000100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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