Html Css Color HEX #5D5461 Fedora

📋 copy color: '#5D5461'

red 93 ◦ green 84 ◦ blue 97

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

Shades of Fedora #5D5461

Tints of Fedora #5D5461

RGB

 RED value IS 93 (36.72% from 255) = 33.94%

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 33.94%
G = 30.66%
B = 35.4%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5D5461 (or 0x5D5461) is known color: Fedora. HEX triplet: 5D, 54 and 61. RGB value is (93,84,97). Sum of RGB (Red+Green+Blue) = 93+84+97=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5461 is #A2AB9E. Grayscale: #585858. Windows color (decimal): -10660767 or 6378589. OLE color: 6378589.

HSL color Cylindrical-coordinate representation of color #5D5461: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D5461 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 84 97 -
CMYK 0.04 0.13 0 0.62
HSL 281.54º 0.07% 0.35% -
HSV(B) 281.54º 0.13% 0.38% -
XYZ 9.84 9.53 12.63 -
YUV 88.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 93 84 97 0.04 0.13 0 0.62 281.54 0.07 0.35
Hex 5D 54 61 4 D 0 3E 11A 7 23
Octal 135 124 141 4 15 0 76 432 7 43
Binary 1011101 1010100 1100001 100 1101 0 111110 100011010 111 100011

Color Harmonies of #5D5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5461

Black with #5D5461

Text Example


Text Example

White with #5D5461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D5461; }

 p { color: rgb(93,84,97); }

 H1.HeaderClassName
 {
   color: #5D5461;
 }
 .AnyTagClassName
 {
   color: #5D5461;
 }
</style>

background-color css

<style>
 a { background-color: #5D5461; }

 a { background-color: rgb(93,84,97); }

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

border-color css

<style>
 span { border-color: #5D5461; }

 span { border-color: rgb(93,84,97); }

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