#58545A

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

Shades of Fedora #58545A

Tints of Fedora #58545A

Color information

#58545A (or 0x58545A) is unknown color: approx Fedora. HEX triplet: 58, 54 and 5A. RGB value is (88,84,90). Sum of RGB (Red+Green+Blue) = 88+84+90=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #58545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58545A is #A7ABA5. Grayscale: #555555. Windows color (decimal): -10988454 or 5919832. OLE color: 5919832.

HSL color Cylindrical-coordinate representation of color #58545A: hue angle of 280º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #58545A is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB888490-
CMYK0.020.0700.65
HSL280º3.45%34.12%-
HSV(B)280º6.67%35.29%-
XYZ9.049.1510.96-
YUV85.88130.33129.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=33.59%
G=32.06%
B=34.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8884900.020.0700.652803.4534.12
Hex58545A27041118322
Octal130124132270101430342
Binary101100010101001011010101110100000110001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58545A; }

 p { color: rgb(88,84,90); }

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

<style>
 a { background-color: #58545A; }

 a { background-color: rgb(88,84,90); }

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

<style>
 span { border-color: #58545A; }

 span { border-color: rgb(88,84,90); }

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