#5D5ADF

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

Shades of Slate Blue #5D5ADF

Tints of Slate Blue #5D5ADF

Color information

#5D5ADF (or 0x5D5ADF) is unknown color: approx Slate Blue. HEX triplet: 5D, 5A and DF. RGB value is (93,90,223). Sum of RGB (Red+Green+Blue) = 93+90+223=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #5D5ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D5ADF is #A2A520. Grayscale: #696969. Windows color (decimal): -10659105 or 14637661. OLE color: 14637661.

HSL color Cylindrical-coordinate representation of color #5D5ADF: hue angle of 241.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D5ADF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9390223-
CMYK0.580.6000.13
HSL241.35º67.51%61.37%-
HSV(B)241.35º59.64%87.45%-
XYZ21.4914.9771.57-
YUV106.06193.99118.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.91%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 223 (87.5% from 255) = 54.93%
R=22.91%
G=22.17%
B=54.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93902230.580.6000.13241.3567.5161.37
Hex5D5ADF3A3C0Df1443d
Octal135132337727401536110475
Binary101110110110101101111111101011110001101111100011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,90,223); }

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

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

 a { background-color: rgb(93,90,223); }

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

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

 span { border-color: rgb(93,90,223); }

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