Html Css Color HEX #5D51DA Slate Blue

📋 copy color: '#5D51DA'

red 93 ◦ green 81 ◦ blue 218

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

Shades of Slate Blue #5D51DA

Tints of Slate Blue #5D51DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 23.72%
G = 20.66%
B = 55.61%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D51DA (or 0x5D51DA) is known color: Slate Blue. HEX triplet: 5D, 51 and DA. RGB value is (93,81,218). Sum of RGB (Red+Green+Blue) = 93+81+218=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D51DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D51DA is #A2AE25. Grayscale: #636363. Windows color (decimal): -10661414 or 14307677. OLE color: 14307677.

HSL color Cylindrical-coordinate representation of color #5D51DA: hue angle of 245.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D51DA is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 81 218 -
CMYK 0.57 0.63 0 0.15
HSL 245.26º 0.65% 0.59% -
HSV(B) 245.26º 0.63% 0.85% -
XYZ 20.11 13.27 67.83 -
YUV 100.21 194.48 122.86 -
System Red Green Blue C M Y K H S L
Decimal 93 81 218 0.57 0.63 0 0.15 245.26 0.65 0.59
Hex 5D 51 DA 39 3F 0 F F5 41 3B
Octal 135 121 332 71 77 0 17 365 101 73
Binary 1011101 1010001 11011010 111001 111111 0 1111 11110101 1000001 111011

Color Harmonies of #5D51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D51DA

Black with #5D51DA

Text Example


Text Example

White with #5D51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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