#57515A

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

Shades of Fedora #57515A

Tints of Fedora #57515A

Color information

#57515A (or 0x57515A) is unknown color: approx Fedora. HEX triplet: 57, 51 and 5A. RGB value is (87,81,90). Sum of RGB (Red+Green+Blue) = 87+81+90=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #57515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57515A is #A8AEA5. Grayscale: #535353. Windows color (decimal): -11054758 or 5919063. OLE color: 5919063.

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

Color convert

RGB878190-
CMYK0.030.100.65
HSL280º5.26%33.53%-
HSV(B)280º10%35.29%-
XYZ8.728.6510.88-
YUV83.82131.49130.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=33.72%
G=31.40%
B=34.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8781900.030.100.652805.2633.53
Hex57515A3A041118522
Octal1271211323120101430542
Binary10101111010001101101011101001000001100011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57515A; }

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

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

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

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

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

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

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

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