Html Css Color HEX #574E59 Fedora

📋 copy color: '#574E59'

red 87 ◦ green 78 ◦ blue 89

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

Shades of Fedora #574E59

Tints of Fedora #574E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.04%

R = 34.25%
G = 30.71%
B = 35.04%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574E59 (or 0x574E59) is known color: Fedora. HEX triplet: 57, 4E and 59. RGB value is (87,78,89). Sum of RGB (Red+Green+Blue) = 87+78+89=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #574E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574E59 is #A8B1A6. Grayscale: #515151. Windows color (decimal): -11055527 or 5852759. OLE color: 5852759.

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

Color convert

RGB 87 78 89 -
CMYK 0.02 0.12 0 0.65
HSL 289.09º 0.07% 0.33% -
HSV(B) 289.09º 0.12% 0.35% -
XYZ 8.46 8.2 10.59 -
YUV 81.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 87 78 89 0.02 0.12 0 0.65 289.09 0.07 0.33
Hex 57 4E 59 2 C 0 41 121 7 21
Octal 127 116 131 2 14 0 101 441 7 41
Binary 1010111 1001110 1011001 10 1100 0 1000001 100100001 111 100001

Color Harmonies of #574E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E59

Black with #574E59

Text Example


Text Example

White with #574E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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