Html Css Color HEX #5D4CCE Slate Blue

📋 copy color: '#5D4CCE'

red 93 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #5D4CCE

Tints of Slate Blue #5D4CCE

RGB

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

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

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

R = 24.8%
G = 20.27%
B = 54.93%

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

#5D4CCE (or 0x5D4CCE) is known color: Slate Blue. HEX triplet: 5D, 4C and CE. RGB value is (93,76,206). Sum of RGB (Red+Green+Blue) = 93+76+206=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D4CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CCE is #A2B331. Grayscale: #5F5F5F. Windows color (decimal): -10662706 or 13519965. OLE color: 13519965.

HSL color Cylindrical-coordinate representation of color #5D4CCE: hue angle of 247.85º 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 #5D4CCE is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 93 76 206 -
CMYK 0.55 0.63 0 0.19
HSL 247.85º 0.57% 0.55% -
HSV(B) 247.85º 0.63% 0.81% -
XYZ 18.24 11.95 59.74 -
YUV 95.9 190.13 125.93 -
System Red Green Blue C M Y K H S L
Decimal 93 76 206 0.55 0.63 0 0.19 247.85 0.57 0.55
Hex 5D 4C CE 37 3F 0 13 F8 39 37
Octal 135 114 316 67 77 0 23 370 71 67
Binary 1011101 1001100 11001110 110111 111111 0 10011 11111000 111001 110111

Color Harmonies of #5D4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4CCE

Black with #5D4CCE

Text Example


Text Example

White with #5D4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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