#57505A

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

Shades of Fedora #57505A

Tints of Fedora #57505A

Color information

#57505A (or 0x57505A) is unknown color: approx Fedora. HEX triplet: 57, 50 and 5A. RGB value is (87,80,90). Sum of RGB (Red+Green+Blue) = 87+80+90=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #57505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57505A is #A8AFA5. Grayscale: #535353. Windows color (decimal): -11055014 or 5918807. OLE color: 5918807.

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

Color convert

RGB878090-
CMYK0.030.1100.65
HSL282º5.88%33.33%-
HSV(B)282º11.11%35.29%-
XYZ8.648.510.86-
YUV83.23131.82130.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=33.85%
G=31.13%
B=35.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8780900.030.1100.652825.8833.33
Hex57505A3B04111a621
Octal1271201323130101432641
Binary10101111010000101101011101101000001100011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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