Html Css Color HEX #5D51DF Slate Blue

📋 copy color: '#5D51DF'

red 93 ◦ green 81 ◦ blue 223

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

Shades of Slate Blue #5D51DF

Tints of Slate Blue #5D51DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.4%

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 23.43%
G = 20.4%
B = 56.17%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D51DF (or 0x5D51DF) is known color: Slate Blue. HEX triplet: 5D, 51 and DF. RGB value is (93,81,223). Sum of RGB (Red+Green+Blue) = 93+81+223=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D51DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D51DF is #A2AE20. Grayscale: #646464. Windows color (decimal): -10661409 or 14635357. OLE color: 14635357.

HSL color Cylindrical-coordinate representation of color #5D51DF: hue angle of 245.07º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D51DF is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 81 223 -
CMYK 0.58 0.64 0 0.13
HSL 245.07º 0.69% 0.6% -
HSV(B) 245.07º 0.64% 0.87% -
XYZ 20.78 13.54 71.33 -
YUV 100.78 196.98 122.45 -
System Red Green Blue C M Y K H S L
Decimal 93 81 223 0.58 0.64 0 0.13 245.07 0.69 0.6
Hex 5D 51 DF 3A 40 0 D F5 45 3C
Octal 135 121 337 72 100 0 15 365 105 74
Binary 1011101 1010001 11011111 111010 1000000 0 1101 11110101 1000101 111100

Color Harmonies of #5D51DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D51DF

Black with #5D51DF

Text Example


Text Example

White with #5D51DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,81,223); }

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

background-color css

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

 a { background-color: rgb(93,81,223); }

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

border-color css

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

 span { border-color: rgb(93,81,223); }

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