#575259

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

Shades of Fedora #575259

Tints of Fedora #575259

Color information

#575259 (or 0x575259) is unknown color: approx Fedora. HEX triplet: 57, 52 and 59. RGB value is (87,82,89). Sum of RGB (Red+Green+Blue) = 87+82+89=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: blue. Hex color #575259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575259 is #A8ADA6. Grayscale: #545454. Windows color (decimal): -11054503 or 5853783. OLE color: 5853783.

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

Color convert

RGB878289-
CMYK0.020.0800.65
HSL282.86º4.09%33.53%-
HSV(B)282.86º7.87%34.9%-
XYZ8.758.7810.69-
YUV84.29130.66129.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=33.72%
G=31.78%
B=34.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8782890.020.0800.65282.864.0933.53
Hex5752592804111b422
Octal1271221312100101433442
Binary10101111010010101100110100001000001100011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575259; }

 p { color: rgb(87,82,89); }

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

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

 a { background-color: rgb(87,82,89); }

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

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

 span { border-color: rgb(87,82,89); }

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