Html Css Color HEX #5D52D9 Slate Blue

📋 copy color: '#5D52D9'

red 93 ◦ green 82 ◦ blue 217

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

Shades of Slate Blue #5D52D9

Tints of Slate Blue #5D52D9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.92%

 BLUE value IS 217 (85.16% from 255) = 55.36%

R = 23.72%
G = 20.92%
B = 55.36%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D52D9 (or 0x5D52D9) is known color: Slate Blue. HEX triplet: 5D, 52 and D9. RGB value is (93,82,217). Sum of RGB (Red+Green+Blue) = 93+82+217=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 217 (85.16% from 255 or 55.36% from 392); Max value from RGB is 217 - color contains mainly: blue. Hex color #5D52D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D52D9 is #A2AD26. Grayscale: #646464. Windows color (decimal): -10661159 or 14242397. OLE color: 14242397.

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

Color convert

RGB 93 82 217 -
CMYK 0.57 0.62 0 0.15
HSL 244.89º 0.64% 0.59% -
HSV(B) 244.89º 0.62% 0.85% -
XYZ 20.06 13.37 67.17 -
YUV 100.68 193.64 122.52 -
System Red Green Blue C M Y K H S L
Decimal 93 82 217 0.57 0.62 0 0.15 244.89 0.64 0.59
Hex 5D 52 D9 39 3E 0 F F5 40 3B
Octal 135 122 331 71 76 0 17 365 100 73
Binary 1011101 1010010 11011001 111001 111110 0 1111 11110101 1000000 111011

Color Harmonies of #5D52D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D52D9

Black with #5D52D9

Text Example


Text Example

White with #5D52D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,82,217); }

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

background-color css

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

 a { background-color: rgb(93,82,217); }

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

border-color css

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

 span { border-color: rgb(93,82,217); }

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