Html Css Color HEX #5D4CCD Slate Blue

📋 copy color: '#5D4CCD'

red 93 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #5D4CCD

Tints of Slate Blue #5D4CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.32%

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

R = 24.87%
G = 20.32%
B = 54.81%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D4CCD (or 0x5D4CCD) is known color: Slate Blue. HEX triplet: 5D, 4C and CD. RGB value is (93,76,205). Sum of RGB (Red+Green+Blue) = 93+76+205=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D4CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CCD is #A2B332. Grayscale: #5F5F5F. Windows color (decimal): -10662707 or 13454429. OLE color: 13454429.

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

Color convert

RGB 93 76 205 -
CMYK 0.55 0.63 0 0.20
HSL 247.91º 0.56% 0.55% -
HSV(B) 247.91º 0.63% 0.8% -
XYZ 18.12 11.9 59.1 -
YUV 95.79 189.63 126.01 -
System Red Green Blue C M Y K H S L
Decimal 93 76 205 0.55 0.63 0 0.20 247.91 0.56 0.55
Hex 5D 4C CD 37 3F 0 14 F8 38 37
Octal 135 114 315 67 77 0 24 370 70 67
Binary 1011101 1001100 11001101 110111 111111 0 10100 11111000 111000 110111

Color Harmonies of #5D4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CCD

Black with #5D4CCD

Text Example


Text Example

White with #5D4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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