Html Css Color HEX #575057 Fedora

📋 copy color: '#575057'

red 87 ◦ green 80 ◦ blue 87

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

Shades of Fedora #575057

Tints of Fedora #575057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

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

R = 34.25%
G = 31.5%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#575057 (or 0x575057) is known color: Fedora. HEX triplet: 57, 50 and 57. RGB value is (87,80,87). Sum of RGB (Red+Green+Blue) = 87+80+87=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 87 - color contains mainly: red, blue. Hex color #575057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575057 is #A8AFA8. Grayscale: #525252. Windows color (decimal): -11055017 or 5722199. OLE color: 5722199.

HSL color Cylindrical-coordinate representation of color #575057: 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.08%. Process color model (Four color, CMYK) of #575057 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 87 -
CMYK 0 0.08 0 0.66
HSL 300º 0.04% 0.33% -
HSV(B) 300º 0.08% 0.34% -
XYZ 8.52 8.45 10.2 -
YUV 82.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 87 80 87 0 0.08 0 0.66 300 0.04 0.33
Hex 57 50 57 0 8 0 42 12C 4 21
Octal 127 120 127 0 10 0 102 454 4 41
Binary 1010111 1010000 1010111 0 1000 0 1000010 100101100 100 100001

Color Harmonies of #575057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575057

Black with #575057

Text Example


Text Example

White with #575057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575057; }

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

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

background-color css

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

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

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

border-color css

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

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

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