Html Css Color HEX #574D5A Fedora

📋 copy color: '#574D5A'

red 87 ◦ green 77 ◦ blue 90

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

Shades of Fedora #574D5A

Tints of Fedora #574D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 34.25%
G = 30.31%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574D5A (or 0x574D5A) is known color: Fedora. HEX triplet: 57, 4D and 5A. RGB value is (87,77,90). Sum of RGB (Red+Green+Blue) = 87+77+90=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #574D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574D5A is #A8B2A5. Grayscale: #515151. Windows color (decimal): -11055782 or 5918039. OLE color: 5918039.

HSL color Cylindrical-coordinate representation of color #574D5A: hue angle of 286.15º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #574D5A is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 77 90 -
CMYK 0.03 0.14 0 0.65
HSL 286.15º 0.08% 0.33% -
HSV(B) 286.15º 0.14% 0.35% -
XYZ 8.43 8.07 10.79 -
YUV 81.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 87 77 90 0.03 0.14 0 0.65 286.15 0.08 0.33
Hex 57 4D 5A 3 E 0 41 11E 8 21
Octal 127 115 132 3 16 0 101 436 10 41
Binary 1010111 1001101 1011010 11 1110 0 1000001 100011110 1000 100001

Color Harmonies of #574D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D5A

Black with #574D5A

Text Example


Text Example

White with #574D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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