#575158

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

Shades of Fedora #575158

Tints of Fedora #575158

Color information

#575158 (or 0x575158) is unknown color: approx Fedora. HEX triplet: 57, 51 and 58. RGB value is (87,81,88). Sum of RGB (Red+Green+Blue) = 87+81+88=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 88 - color contains mainly: blue. Hex color #575158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575158 is #A8AEA7. Grayscale: #535353. Windows color (decimal): -11054760 or 5787991. OLE color: 5787991.

HSL color Cylindrical-coordinate representation of color #575158: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575158 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB878188-
CMYK0.010.0800.65
HSL291.43º4.14%33.14%-
HSV(B)291.43º7.95%34.51%-
XYZ8.638.6210.44-
YUV83.59130.49130.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=33.98%
G=31.64%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8781880.010.0800.65291.434.1433.14
Hex57515818041123421
Octal1271211301100101443441
Binary1010111101000110110001100001000001100100011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575158; }

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

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

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

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

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

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

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

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