Html Css Color HEX #5D4DCA Slate Blue

📋 copy color: '#5D4DCA'

red 93 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #5D4DCA

Tints of Slate Blue #5D4DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.3%

R = 25%
G = 20.7%
B = 54.3%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D4DCA (or 0x5D4DCA) is known color: Slate Blue. HEX triplet: 5D, 4D and CA. RGB value is (93,77,202). Sum of RGB (Red+Green+Blue) = 93+77+202=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D4DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DCA is #A2B235. Grayscale: #5F5F5F. Windows color (decimal): -10662454 or 13258077. OLE color: 13258077.

HSL color Cylindrical-coordinate representation of color #5D4DCA: hue angle of 247.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4DCA is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 77 202 -
CMYK 0.54 0.62 0 0.21
HSL 247.68º 0.54% 0.55% -
HSV(B) 247.68º 0.62% 0.79% -
XYZ 17.83 11.9 57.23 -
YUV 96.03 187.8 125.84 -
System Red Green Blue C M Y K H S L
Decimal 93 77 202 0.54 0.62 0 0.21 247.68 0.54 0.55
Hex 5D 4D CA 36 3E 0 15 F8 36 37
Octal 135 115 312 66 76 0 25 370 66 67
Binary 1011101 1001101 11001010 110110 111110 0 10101 11111000 110110 110111

Color Harmonies of #5D4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4DCA

Black with #5D4DCA

Text Example


Text Example

White with #5D4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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