Html Css Color HEX #5C4BD1 Slate Blue

📋 copy color: '#5C4BD1'

red 92 ◦ green 75 ◦ blue 209

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

Shades of Slate Blue #5C4BD1

Tints of Slate Blue #5C4BD1

RGB

 RED value IS 92 (36.33% from 255) = 24.47%

 GREEN value IS 75 (29.69% from 255) = 19.95%

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 24.47%
G = 19.95%
B = 55.59%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5C4BD1 (or 0x5C4BD1) is known color: Slate Blue. HEX triplet: 5C, 4B and D1. RGB value is (92,75,209). Sum of RGB (Red+Green+Blue) = 92+75+209=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C4BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C4BD1 is #A3B42E. Grayscale: #5E5E5E. Windows color (decimal): -10728495 or 13716316. OLE color: 13716316.

HSL color Cylindrical-coordinate representation of color #5C4BD1: hue angle of 247.61º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C4BD1 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 75 209 -
CMYK 0.56 0.64 0 0.18
HSL 247.61º 0.59% 0.56% -
HSV(B) 247.61º 0.64% 0.82% -
XYZ 18.44 11.91 61.65 -
YUV 95.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 92 75 209 0.56 0.64 0 0.18 247.61 0.59 0.56
Hex 5C 4B D1 38 40 0 12 F8 3B 38
Octal 134 113 321 70 100 0 22 370 73 70
Binary 1011100 1001011 11010001 111000 1000000 0 10010 11111000 111011 111000

Color Harmonies of #5C4BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4BD1

Black with #5C4BD1

Text Example


Text Example

White with #5C4BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,75,209); }

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

background-color css

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

 a { background-color: rgb(92,75,209); }

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

border-color css

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

 span { border-color: rgb(92,75,209); }

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