Html Css Color HEX #5D4361 Fedora

📋 copy color: '#5D4361'

red 93 ◦ green 67 ◦ blue 97

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

Shades of Fedora #5D4361

Tints of Fedora #5D4361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

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

R = 36.19%
G = 26.07%
B = 37.74%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5D4361 (or 0x5D4361) is known color: Fedora. HEX triplet: 5D, 43 and 61. RGB value is (93,67,97). Sum of RGB (Red+Green+Blue) = 93+67+97=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #5D4361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4361 is #A2BC9E. Grayscale: #4E4E4E. Windows color (decimal): -10665119 or 6374237. OLE color: 6374237.

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

Color convert

RGB 93 67 97 -
CMYK 0.04 0.31 0 0.62
HSL 292º 0.18% 0.32% -
HSV(B) 292º 0.31% 0.38% -
XYZ 8.68 7.2 12.24 -
YUV 78.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 93 67 97 0.04 0.31 0 0.62 292 0.18 0.32
Hex 5D 43 61 4 1F 0 3E 124 12 20
Octal 135 103 141 4 37 0 76 444 22 40
Binary 1011101 1000011 1100001 100 11111 0 111110 100100100 10010 100000

Color Harmonies of #5D4361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4361

Black with #5D4361

Text Example


Text Example

White with #5D4361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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