Html Css Color HEX #5D4661 Fedora

📋 copy color: '#5D4661'

red 93 ◦ green 70 ◦ blue 97

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

Shades of Fedora #5D4661

Tints of Fedora #5D4661

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 35.77%
G = 26.92%
B = 37.31%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5D4661 (or 0x5D4661) is known color: Fedora. HEX triplet: 5D, 46 and 61. RGB value is (93,70,97). Sum of RGB (Red+Green+Blue) = 93+70+97=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D4661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4661 is #A2B99E. Grayscale: #4F4F4F. Windows color (decimal): -10664351 or 6375005. OLE color: 6375005.

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

Color convert

RGB 93 70 97 -
CMYK 0.04 0.28 0 0.62
HSL 291.11º 0.16% 0.33% -
HSV(B) 291.11º 0.28% 0.38% -
XYZ 8.86 7.57 12.3 -
YUV 79.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 93 70 97 0.04 0.28 0 0.62 291.11 0.16 0.33
Hex 5D 46 61 4 1C 0 3E 123 10 21
Octal 135 106 141 4 34 0 76 443 20 41
Binary 1011101 1000110 1100001 100 11100 0 111110 100100011 10000 100001

Color Harmonies of #5D4661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4661

Black with #5D4661

Text Example


Text Example

White with #5D4661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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