#5D42D4

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

Shades of Slate Blue #5D42D4

Tints of Slate Blue #5D42D4

Color information

#5D42D4 (or 0x5D42D4) is unknown color: approx Slate Blue. HEX triplet: 5D, 42 and D4. RGB value is (93,66,212). Sum of RGB (Red+Green+Blue) = 93+66+212=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 212 (83.20% from 255 or 57.14% from 371); Max value from RGB is 212 - color contains mainly: blue. Hex color #5D42D4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D42D4 is #A2BD2B. Grayscale: #5A5A5A. Windows color (decimal): -10665260 or 13910621. OLE color: 13910621.

HSL color Cylindrical-coordinate representation of color #5D42D4: hue angle of 251.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D42D4 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9366212-
CMYK0.560.6900.17
HSL251.1º62.93%54.51%-
HSV(B)251.1º68.87%83.14%-
XYZ18.3510.9863.44-
YUV90.72196.45129.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.07%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 212 (83.20% from 255) = 57.14%
R=25.07%
G=17.79%
B=57.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal93662120.560.6900.17251.162.9354.51
Hex5D42D43845011fb3f37
Octal135102324701050213737767
Binary1011101100001011010100111000100010101000111111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D42D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,66,212); }

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

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

 a { background-color: rgb(93,66,212); }

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

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

 span { border-color: rgb(93,66,212); }

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