Html Css Color HEX #5D49CD Slate Blue

📋 copy color: '#5D49CD'

red 93 ◦ green 73 ◦ blue 205

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

Shades of Slate Blue #5D49CD

Tints of Slate Blue #5D49CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 25.07%
G = 19.68%
B = 55.26%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D49CD (or 0x5D49CD) is known color: Slate Blue. HEX triplet: 5D, 49 and CD. RGB value is (93,73,205). Sum of RGB (Red+Green+Blue) = 93+73+205=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D49CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D49CD is #A2B632. Grayscale: #5D5D5D. Windows color (decimal): -10663475 or 13453661. OLE color: 13453661.

HSL color Cylindrical-coordinate representation of color #5D49CD: hue angle of 249.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D49CD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 73 205 -
CMYK 0.55 0.64 0 0.20
HSL 249.09º 0.57% 0.55% -
HSV(B) 249.09º 0.64% 0.8% -
XYZ 17.92 11.5 59.03 -
YUV 94.03 190.63 127.27 -
System Red Green Blue C M Y K H S L
Decimal 93 73 205 0.55 0.64 0 0.20 249.09 0.57 0.55
Hex 5D 49 CD 37 40 0 14 F9 39 37
Octal 135 111 315 67 100 0 24 371 71 67
Binary 1011101 1001001 11001101 110111 1000000 0 10100 11111001 111001 110111

Color Harmonies of #5D49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D49CD

Black with #5D49CD

Text Example


Text Example

White with #5D49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,73,205); }

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

background-color css

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

 a { background-color: rgb(93,73,205); }

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

border-color css

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

 span { border-color: rgb(93,73,205); }

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