Html Css Color HEX #5D4DCE Slate Blue

📋 copy color: '#5D4DCE'

red 93 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #5D4DCE

Tints of Slate Blue #5D4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 24.73%
G = 20.48%
B = 54.79%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D4DCE (or 0x5D4DCE) is known color: Slate Blue. HEX triplet: 5D, 4D and CE. RGB value is (93,77,206). Sum of RGB (Red+Green+Blue) = 93+77+206=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D4DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DCE is #A2B231. Grayscale: #5F5F5F. Windows color (decimal): -10662450 or 13520221. OLE color: 13520221.

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

Color convert

RGB 93 77 206 -
CMYK 0.55 0.63 0 0.19
HSL 247.44º 0.57% 0.55% -
HSV(B) 247.44º 0.63% 0.81% -
XYZ 18.31 12.09 59.76 -
YUV 96.49 189.8 125.51 -
System Red Green Blue C M Y K H S L
Decimal 93 77 206 0.55 0.63 0 0.19 247.44 0.57 0.55
Hex 5D 4D CE 37 3F 0 13 F7 39 37
Octal 135 115 316 67 77 0 23 367 71 67
Binary 1011101 1001101 11001110 110111 111111 0 10011 11110111 111001 110111

Color Harmonies of #5D4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4DCE

Black with #5D4DCE

Text Example


Text Example

White with #5D4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,77,206); }

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

background-color css

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

 a { background-color: rgb(93,77,206); }

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

border-color css

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

 span { border-color: rgb(93,77,206); }

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