Html Css Color HEX #584D5C Fedora

📋 copy color: '#584D5C'

red 88 ◦ green 77 ◦ blue 92

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

Shades of Fedora #584D5C

Tints of Fedora #584D5C

RGB

 RED value IS 88 (34.77% from 255) = 34.24%

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

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

R = 34.24%
G = 29.96%
B = 35.8%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#584D5C (or 0x584D5C) is known color: Fedora. HEX triplet: 58, 4D and 5C. RGB value is (88,77,92). Sum of RGB (Red+Green+Blue) = 88+77+92=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 77 (30.47% from 255 or 29.96% 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 #584D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D5C is #A7B2A3. Grayscale: #515151. Windows color (decimal): -10990244 or 6049112. OLE color: 6049112.

HSL color Cylindrical-coordinate representation of color #584D5C: hue angle of 284º 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 #584D5C is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 77 92 -
CMYK 0.04 0.16 0 0.64
HSL 284º 0.09% 0.33% -
HSV(B) 284º 0.16% 0.36% -
XYZ 8.61 8.16 11.25 -
YUV 82 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 88 77 92 0.04 0.16 0 0.64 284 0.09 0.33
Hex 58 4D 5C 4 10 0 40 11C 9 21
Octal 130 115 134 4 20 0 100 434 11 41
Binary 1011000 1001101 1011100 100 10000 0 1000000 100011100 1001 100001

Color Harmonies of #584D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D5C

Black with #584D5C

Text Example


Text Example

White with #584D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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