Html Css Color HEX #574D5D Fedora

📋 copy color: '#574D5D'

red 87 ◦ green 77 ◦ blue 93

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

Shades of Fedora #574D5D

Tints of Fedora #574D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 33.85%
G = 29.96%
B = 36.19%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#574D5D (or 0x574D5D) is known color: Fedora. HEX triplet: 57, 4D and 5D. RGB value is (87,77,93). Sum of RGB (Red+Green+Blue) = 87+77+93=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 93 - color contains mainly: blue. Hex color #574D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D5D is #A8B2A2. Grayscale: #515151. Windows color (decimal): -11055779 or 6114647. OLE color: 6114647.

HSL color Cylindrical-coordinate representation of color #574D5D: hue angle of 277.5º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #574D5D is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 87 77 93 -
CMYK 0.06 0.17 0 0.64
HSL 277.5º 0.09% 0.33% -
HSV(B) 277.5º 0.17% 0.36% -
XYZ 8.56 8.12 11.47 -
YUV 81.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 87 77 93 0.06 0.17 0 0.64 277.5 0.09 0.33
Hex 57 4D 5D 6 11 0 40 116 9 21
Octal 127 115 135 6 21 0 100 426 11 41
Binary 1010111 1001101 1011101 110 10001 0 1000000 100010110 1001 100001

Color Harmonies of #574D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D5D

Black with #574D5D

Text Example


Text Example

White with #574D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D5D; }

 p { color: rgb(87,77,93); }

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

background-color css

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

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

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

border-color css

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

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

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