Html Css Color HEX #574D5C Fedora

📋 copy color: '#574D5C'

red 87 ◦ green 77 ◦ blue 92

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

Shades of Fedora #574D5C

Tints of Fedora #574D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 33.98%
G = 30.08%
B = 35.94%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#574D5C (or 0x574D5C) is known color: Fedora. HEX triplet: 57, 4D and 5C. RGB value is (87,77,92). Sum of RGB (Red+Green+Blue) = 87+77+92=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #574D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D5C is #A8B2A3. Grayscale: #515151. Windows color (decimal): -11055780 or 6049111. OLE color: 6049111.

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

Color convert

RGB 87 77 92 -
CMYK 0.05 0.16 0 0.64
HSL 280º 0.09% 0.33% -
HSV(B) 280º 0.16% 0.36% -
XYZ 8.52 8.11 11.24 -
YUV 81.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 87 77 92 0.05 0.16 0 0.64 280 0.09 0.33
Hex 57 4D 5C 5 10 0 40 118 9 21
Octal 127 115 134 5 20 0 100 430 11 41
Binary 1010111 1001101 1011100 101 10000 0 1000000 100011000 1001 100001

Color Harmonies of #574D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D5C

Black with #574D5C

Text Example


Text Example

White with #574D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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