Html Css Color HEX #574E5C Fedora

📋 copy color: '#574E5C'

red 87 ◦ green 78 ◦ blue 92

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

Shades of Fedora #574E5C

Tints of Fedora #574E5C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.35%

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

R = 33.85%
G = 30.35%
B = 35.8%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#574E5C (or 0x574E5C) is known color: Fedora. HEX triplet: 57, 4E and 5C. RGB value is (87,78,92). Sum of RGB (Red+Green+Blue) = 87+78+92=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 92 - color contains mainly: blue. Hex color #574E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E5C is #A8B1A3. Grayscale: #525252. Windows color (decimal): -11055524 or 6049367. OLE color: 6049367.

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

Color convert

RGB 87 78 92 -
CMYK 0.05 0.15 0 0.64
HSL 278.57º 0.08% 0.33% -
HSV(B) 278.57º 0.15% 0.36% -
XYZ 8.59 8.25 11.26 -
YUV 82.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 87 78 92 0.05 0.15 0 0.64 278.57 0.08 0.33
Hex 57 4E 5C 5 F 0 40 117 8 21
Octal 127 116 134 5 17 0 100 427 10 41
Binary 1010111 1001110 1011100 101 1111 0 1000000 100010111 1000 100001

Color Harmonies of #574E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E5C

Black with #574E5C

Text Example


Text Example

White with #574E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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