Html Css Color HEX #5D4563 Fedora

📋 copy color: '#5D4563'

red 93 ◦ green 69 ◦ blue 99

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

Shades of Fedora #5D4563

Tints of Fedora #5D4563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.93%

R = 35.63%
G = 26.44%
B = 37.93%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5D4563 (or 0x5D4563) is known color: Fedora. HEX triplet: 5D, 45 and 63. RGB value is (93,69,99). Sum of RGB (Red+Green+Blue) = 93+69+99=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D4563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4563 is #A2BA9C. Grayscale: #4F4F4F. Windows color (decimal): -10664605 or 6505821. OLE color: 6505821.

HSL color Cylindrical-coordinate representation of color #5D4563: hue angle of 288º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D4563 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 69 99 -
CMYK 0.06 0.30 0 0.61
HSL 288º 0.18% 0.33% -
HSV(B) 288º 0.3% 0.39% -
XYZ 8.89 7.48 12.78 -
YUV 79.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 93 69 99 0.06 0.30 0 0.61 288 0.18 0.33
Hex 5D 45 63 6 1E 0 3D 120 12 21
Octal 135 105 143 6 36 0 75 440 22 41
Binary 1011101 1000101 1100011 110 11110 0 111101 100100000 10010 100001

Color Harmonies of #5D4563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4563

Black with #5D4563

Text Example


Text Example

White with #5D4563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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