#5D4FC1

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

Shades of Slate Blue #5D4FC1

Tints of Slate Blue #5D4FC1

Color information

#5D4FC1 (or 0x5D4FC1) is unknown color: approx Slate Blue. HEX triplet: 5D, 4F and C1. RGB value is (93,79,193). Sum of RGB (Red+Green+Blue) = 93+79+193=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #5D4FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4FC1 is #A2B03E. Grayscale: #5F5F5F. Windows color (decimal): -10661951 or 12668765. OLE color: 12668765.

HSL color Cylindrical-coordinate representation of color #5D4FC1: hue angle of 247.37º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D4FC1 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9379193-
CMYK0.520.5900.24
HSL247.37º47.9%53.33%-
HSV(B)247.37º59.07%75.69%-
XYZ16.9411.7751.83-
YUV96.18182.64125.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=25.48%
G=21.64%
B=52.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93791930.520.5900.24247.3747.953.33
Hex5D4FC1343B018f73035
Octal13511730164730303676065
Binary101110110011111100000111010011101101100011110111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,79,193); }

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

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

 a { background-color: rgb(93,79,193); }

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

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

 span { border-color: rgb(93,79,193); }

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