Html Css Color HEX #584D5D Fedora

📋 copy color: '#584D5D'

red 88 ◦ green 77 ◦ blue 93

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

Shades of Fedora #584D5D

Tints of Fedora #584D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 34.11%
G = 29.84%
B = 36.05%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#584D5D (or 0x584D5D) is known color: Fedora. HEX triplet: 58, 4D and 5D. RGB value is (88,77,93). Sum of RGB (Red+Green+Blue) = 88+77+93=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 93 - color contains mainly: blue. Hex color #584D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D5D is #A7B2A2. Grayscale: #525252. Windows color (decimal): -10990243 or 6114648. OLE color: 6114648.

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

Color convert

RGB 88 77 93 -
CMYK 0.05 0.17 0 0.64
HSL 281.25º 0.09% 0.33% -
HSV(B) 281.25º 0.17% 0.36% -
XYZ 8.65 8.17 11.48 -
YUV 82.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 88 77 93 0.05 0.17 0 0.64 281.25 0.09 0.33
Hex 58 4D 5D 5 11 0 40 119 9 21
Octal 130 115 135 5 21 0 100 431 11 41
Binary 1011000 1001101 1011101 101 10001 0 1000000 100011001 1001 100001

Color Harmonies of #584D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D5D

Black with #584D5D

Text Example


Text Example

White with #584D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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