#5D46C4

Color #5D46C4 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5D46C4

Tints of Slate Blue #5D46C4

Color information

#5D46C4 (or 0x5D46C4) is unknown color: approx Slate Blue. HEX triplet: 5D, 46 and C4. RGB value is (93,70,196). Sum of RGB (Red+Green+Blue) = 93+70+196=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #5D46C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D46C4 is #A2B93B. Grayscale: #5A5A5A. Windows color (decimal): -10664252 or 12863069. OLE color: 12863069.

HSL color Cylindrical-coordinate representation of color #5D46C4: hue angle of 250.95º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D46C4 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9370196-
CMYK0.530.6400.23
HSL250.95º51.64%52.16%-
HSV(B)250.95º64.29%76.86%-
XYZ16.6710.6953.41-
YUV91.24187.12129.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.91%
GREEN value IS 70 (27.73% from 255) = 19.50%
BLUE value IS 196 (76.95% from 255) = 54.60%
R=25.91%
G=19.50%
B=54.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal93701960.530.6400.23250.9551.6452.16
Hex5D46C43540017fb3434
Octal135106304651000273736464
Binary1011101100011011000100110101100000001011111111011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D46C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,70,196); }

 H1.HeaderClassName
 {
   color: #5D46C4;
 }
 .AnyTagClassName
 {
   color: #5D46C4;
 }
</style>
background-color css

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

 a { background-color: rgb(93,70,196); }

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

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

 span { border-color: rgb(93,70,196); }

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