#58535B

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

Shades of Fedora #58535B

Tints of Fedora #58535B

Color information

#58535B (or 0x58535B) is unknown color: approx Fedora. HEX triplet: 58, 53 and 5B. RGB value is (88,83,91). Sum of RGB (Red+Green+Blue) = 88+83+91=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #58535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58535B is #A7ACA4. Grayscale: #555555. Windows color (decimal): -10988709 or 5985112. OLE color: 5985112.

HSL color Cylindrical-coordinate representation of color #58535B: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #58535B is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB888391-
CMYK0.030.0900.64
HSL277.5º4.6%34.12%-
HSV(B)277.5º8.79%35.69%-
XYZ9.019.0211.16-
YUV85.41131.16129.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=33.59%
G=31.68%
B=34.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8883910.030.0900.64277.54.634.12
Hex58535B39040116522
Octal1301231333110100426542
Binary10110001010011101101111100101000000100010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58535B; }

 p { color: rgb(88,83,91); }

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

<style>
 a { background-color: #58535B; }

 a { background-color: rgb(88,83,91); }

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

<style>
 span { border-color: #58535B; }

 span { border-color: rgb(88,83,91); }

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