#575358

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

Shades of Fedora #575358

Tints of Fedora #575358

Color information

#575358 (or 0x575358) is unknown color: approx Fedora. HEX triplet: 57, 53 and 58. RGB value is (87,83,88). Sum of RGB (Red+Green+Blue) = 87+83+88=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: blue. Hex color #575358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575358 is #A8ACA7. Grayscale: #545454. Windows color (decimal): -11054248 or 5788503. OLE color: 5788503.

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

Color convert

RGB878388-
CMYK0.010.0600.65
HSL288º2.92%33.53%-
HSV(B)288º5.68%34.51%-
XYZ8.798.9210.49-
YUV84.77129.83129.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=33.72%
G=32.17%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8783880.010.0600.652882.9233.53
Hex57535816041120322
Octal127123130160101440342
Binary10101111010011101100011100100000110010000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575358; }

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

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

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

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

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

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

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

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