#57485D

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

Shades of Fedora #57485D

Tints of Fedora #57485D

Color information

#57485D (or 0x57485D) is unknown color: approx Fedora. HEX triplet: 57, 48 and 5D. RGB value is (87,72,93). Sum of RGB (Red+Green+Blue) = 87+72+93=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #57485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57485D is #A8B7A2. Grayscale: #4E4E4E. Windows color (decimal): -11057059 or 6113367. OLE color: 6113367.

HSL color Cylindrical-coordinate representation of color #57485D: hue angle of 282.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #57485D is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB877293-
CMYK0.060.2300.64
HSL282.86º12.73%32.35%-
HSV(B)282.86º22.58%36.47%-
XYZ8.227.4511.36-
YUV78.88135.97133.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.52%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=34.52%
G=28.57%
B=36.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8772930.060.2300.64282.8612.7332.35
Hex57485D61704011bd20
Octal12711013562701004331540
Binary10101111001000101110111010111010000001000110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57485D; }

 p { color: rgb(87,72,93); }

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

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

 a { background-color: rgb(87,72,93); }

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

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

 span { border-color: rgb(87,72,93); }

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