#58505A

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

Shades of Fedora #58505A

Tints of Fedora #58505A

Color information

#58505A (or 0x58505A) is unknown color: approx Fedora. HEX triplet: 58, 50 and 5A. RGB value is (88,80,90). Sum of RGB (Red+Green+Blue) = 88+80+90=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #58505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58505A is #A7AFA5. Grayscale: #535353. Windows color (decimal): -10989478 or 5918808. OLE color: 5918808.

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

Color convert

RGB888090-
CMYK0.020.1100.65
HSL288º5.88%33.33%-
HSV(B)288º11.11%35.29%-
XYZ8.748.5510.86-
YUV83.53131.65131.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.11%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=34.11%
G=31.01%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8880900.020.1100.652885.8833.33
Hex58505A2B041120621
Octal1301201322130101440641
Binary10110001010000101101010101101000001100100000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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