Html Css Color HEX #575157 Fedora

📋 copy color: '#575157'

red 87 ◦ green 81 ◦ blue 87

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

Shades of Fedora #575157

Tints of Fedora #575157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.76%

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

R = 34.12%
G = 31.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#575157 (or 0x575157) is known color: Fedora. HEX triplet: 57, 51 and 57. RGB value is (87,81,87). Sum of RGB (Red+Green+Blue) = 87+81+87=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #575157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575157 is #A8AEA8. Grayscale: #535353. Windows color (decimal): -11054761 or 5722455. OLE color: 5722455.

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

Color convert

RGB 87 81 87 -
CMYK 0 0.07 0 0.66
HSL 300º 0.04% 0.33% -
HSV(B) 300º 0.07% 0.34% -
XYZ 8.59 8.6 10.22 -
YUV 83.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 87 81 87 0 0.07 0 0.66 300 0.04 0.33
Hex 57 51 57 0 7 0 42 12C 4 21
Octal 127 121 127 0 7 0 102 454 4 41
Binary 1010111 1010001 1010111 0 111 0 1000010 100101100 100 100001

Color Harmonies of #575157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575157

Black with #575157

Text Example


Text Example

White with #575157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575157; }

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

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

background-color css

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

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

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

border-color css

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

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

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