Html Css Color HEX #5D4561 Fedora

📋 copy color: '#5D4561'

red 93 ◦ green 69 ◦ blue 97

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

Shades of Fedora #5D4561

Tints of Fedora #5D4561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 35.91%
G = 26.64%
B = 37.45%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5D4561 (or 0x5D4561) is known color: Fedora. HEX triplet: 5D, 45 and 61. RGB value is (93,69,97). Sum of RGB (Red+Green+Blue) = 93+69+97=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D4561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4561 is #A2BA9E. Grayscale: #4F4F4F. Windows color (decimal): -10664607 or 6374749. OLE color: 6374749.

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

Color convert

RGB 93 69 97 -
CMYK 0.04 0.29 0 0.62
HSL 291.43º 0.17% 0.33% -
HSV(B) 291.43º 0.29% 0.38% -
XYZ 8.8 7.45 12.28 -
YUV 79.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 93 69 97 0.04 0.29 0 0.62 291.43 0.17 0.33
Hex 5D 45 61 4 1D 0 3E 123 11 21
Octal 135 105 141 4 35 0 76 443 21 41
Binary 1011101 1000101 1100001 100 11101 0 111110 100100011 10001 100001

Color Harmonies of #5D4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4561

Black with #5D4561

Text Example


Text Example

White with #5D4561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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