Html Css Color HEX #575557 Fedora

📋 copy color: '#575557'

red 87 ◦ green 85 ◦ blue 87

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

Shades of Fedora #575557

Tints of Fedora #575557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.82%

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

R = 33.59%
G = 32.82%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#575557 (or 0x575557) is known color: Fedora. HEX triplet: 57, 55 and 57. RGB value is (87,85,87). Sum of RGB (Red+Green+Blue) = 87+85+87=259 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.59% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 87 (34.38% from 255 or 33.59% from 259); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #575557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575557 is #A8AAA8. Grayscale: #555555. Windows color (decimal): -11053737 or 5723479. OLE color: 5723479.

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

Color convert

RGB 87 85 87 -
CMYK 0 0.02 0 0.66
HSL 300º 0.01% 0.34% -
HSV(B) 300º 0.02% 0.34% -
XYZ 8.9 9.21 10.33 -
YUV 85.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 87 85 87 0 0.02 0 0.66 300 0.01 0.34
Hex 57 55 57 0 2 0 42 12C 1 22
Octal 127 125 127 0 2 0 102 454 1 42
Binary 1010111 1010101 1010111 0 10 0 1000010 100101100 1 100010

Color Harmonies of #575557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575557

Black with #575557

Text Example


Text Example

White with #575557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575557; }

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

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

background-color css

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

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

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

border-color css

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

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

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