#58515C

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

Shades of Fedora #58515C

Tints of Fedora #58515C

Color information

#58515C (or 0x58515C) is unknown color: approx Fedora. HEX triplet: 58, 51 and 5C. RGB value is (88,81,92). Sum of RGB (Red+Green+Blue) = 88+81+92=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 92 - color contains mainly: blue. Hex color #58515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58515C is #A7AEA3. Grayscale: #545454. Windows color (decimal): -10989220 or 6050136. OLE color: 6050136.

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

Color convert

RGB888192-
CMYK0.040.1200.64
HSL278.18º6.36%33.92%-
HSV(B)278.18º11.96%36.08%-
XYZ8.98.7311.34-
YUV84.35132.32130.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.72%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=33.72%
G=31.03%
B=35.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8881920.040.1200.64278.186.3633.92
Hex58515C4C040116622
Octal1301211344140100426642
Binary101100010100011011100100110001000000100010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58515C; }

 p { color: rgb(88,81,92); }

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

<style>
 a { background-color: #58515C; }

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

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

<style>
 span { border-color: #58515C; }

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

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