#575159

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

Shades of Fedora #575159

Tints of Fedora #575159

Color information

#575159 (or 0x575159) is unknown color: approx Fedora. HEX triplet: 57, 51 and 59. RGB value is (87,81,89). Sum of RGB (Red+Green+Blue) = 87+81+89=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #575159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575159 is #A8AEA6. Grayscale: #535353. Windows color (decimal): -11054759 or 5853527. OLE color: 5853527.

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

Color convert

RGB878189-
CMYK0.020.0900.65
HSL285º4.71%33.33%-
HSV(B)285º8.99%34.9%-
XYZ8.688.6310.66-
YUV83.71130.99130.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=33.85%
G=31.52%
B=34.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8781890.020.0900.652854.7133.33
Hex5751592904111d521
Octal1271211312110101435541
Binary10101111010001101100110100101000001100011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575159; }

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

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

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

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

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

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

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

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