Html Css Color HEX #575457 Fedora

📋 copy color: '#575457'

red 87 ◦ green 84 ◦ blue 87

#575457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #575457

Tints of Fedora #575457

RGB

 RED value IS 87 (34.38% from 255) = 33.72%

 GREEN value IS 84 (33.2% from 255) = 32.56%

 BLUE value IS 87 (34.38% from 255) = 33.72%

R = 33.72%
G = 32.56%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#575457 (or 0x575457) is known color: Fedora. HEX triplet: 57, 54 and 57. RGB value is (87,84,87). Sum of RGB (Red+Green+Blue) = 87+84+87=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #575457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575457 is #A8ABA8. Grayscale: #555555. Windows color (decimal): -11053993 or 5723223. OLE color: 5723223.

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

Color convert

RGB 87 84 87 -
CMYK 0 0.03 0 0.66
HSL 300º 0.02% 0.34% -
HSV(B) 300º 0.03% 0.34% -
XYZ 8.82 9.06 10.3 -
YUV 85.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 87 84 87 0 0.03 0 0.66 300 0.02 0.34
Hex 57 54 57 0 3 0 42 12C 2 22
Octal 127 124 127 0 3 0 102 454 2 42
Binary 1010111 1010100 1010111 0 11 0 1000010 100101100 10 100010

Color Harmonies of #575457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575457

Black with #575457

Text Example


Text Example

White with #575457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575457; }

 p { color: rgb(87,84,87); }

 H1.HeaderClassName
 {
   color: #575457;
 }
 .AnyTagClassName
 {
   color: #575457;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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