Html Css Color HEX #574F58 Fedora

📋 copy color: '#574F58'

red 87 ◦ green 79 ◦ blue 88

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

Shades of Fedora #574F58

Tints of Fedora #574F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.1%

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 34.25%
G = 31.1%
B = 34.65%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#574F58 (or 0x574F58) is known color: Fedora. HEX triplet: 57, 4F and 58. RGB value is (87,79,88). Sum of RGB (Red+Green+Blue) = 87+79+88=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 88 - color contains mainly: blue. Hex color #574F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #574F58 is #A8B0A7. Grayscale: #525252. Windows color (decimal): -11055272 or 5787479. OLE color: 5787479.

HSL color Cylindrical-coordinate representation of color #574F58: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #574F58 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 79 88 -
CMYK 0.01 0.10 0 0.65
HSL 293.33º 0.05% 0.33% -
HSV(B) 293.33º 0.1% 0.35% -
XYZ 8.49 8.32 10.39 -
YUV 82.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 87 79 88 0.01 0.10 0 0.65 293.33 0.05 0.33
Hex 57 4F 58 1 A 0 41 125 5 21
Octal 127 117 130 1 12 0 101 445 5 41
Binary 1010111 1001111 1011000 1 1010 0 1000001 100100101 101 100001

Color Harmonies of #574F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F58

Black with #574F58

Text Example


Text Example

White with #574F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,79,88); }

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

background-color css

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

 a { background-color: rgb(87,79,88); }

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

border-color css

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

 span { border-color: rgb(87,79,88); }

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