Html Css Color HEX #5D4FCD Slate Blue

📋 copy color: '#5D4FCD'

red 93 ◦ green 79 ◦ blue 205

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

Shades of Slate Blue #5D4FCD

Tints of Slate Blue #5D4FCD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

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

R = 24.67%
G = 20.95%
B = 54.38%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D4FCD (or 0x5D4FCD) is known color: Slate Blue. HEX triplet: 5D, 4F and CD. RGB value is (93,79,205). Sum of RGB (Red+Green+Blue) = 93+79+205=377 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.67% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FCD is #A2B032. Grayscale: #616161. Windows color (decimal): -10661939 or 13455197. OLE color: 13455197.

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

Color convert

RGB 93 79 205 -
CMYK 0.55 0.61 0 0.20
HSL 246.67º 0.56% 0.56% -
HSV(B) 246.67º 0.61% 0.8% -
XYZ 18.33 12.33 59.17 -
YUV 97.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 93 79 205 0.55 0.61 0 0.20 246.67 0.56 0.56
Hex 5D 4F CD 37 3D 0 14 F7 38 38
Octal 135 117 315 67 75 0 24 367 70 70
Binary 1011101 1001111 11001101 110111 111101 0 10100 11110111 111000 111000

Color Harmonies of #5D4FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4FCD

Black with #5D4FCD

Text Example


Text Example

White with #5D4FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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