#5D58DD

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

Shades of Slate Blue #5D58DD

Tints of Slate Blue #5D58DD

Color information

#5D58DD (or 0x5D58DD) is unknown color: approx Slate Blue. HEX triplet: 5D, 58 and DD. RGB value is (93,88,221). Sum of RGB (Red+Green+Blue) = 93+88+221=402 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.13% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D58DD is #A2A722. Grayscale: #686868. Windows color (decimal): -10659619 or 14506077. OLE color: 14506077.

HSL color Cylindrical-coordinate representation of color #5D58DD: hue angle of 242.26º degrees, saturation: 0.66, 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 #5D58DD is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9388221-
CMYK0.580.6000.13
HSL242.26º66.17%60.59%-
HSV(B)242.26º60.18%86.67%-
XYZ21.0614.5370.1-
YUV104.66193.66119.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.13%
GREEN value IS 88 (34.77% from 255) = 21.89%
BLUE value IS 221 (86.72% from 255) = 54.98%
R=23.13%
G=21.89%
B=54.98%

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
Decimal93882210.580.6000.13242.2666.1760.59
Hex5D58DD3A3C0Df2423d
Octal135130335727401536210275
Binary101110110110001101110111101011110001101111100101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,88,221); }

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

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

 a { background-color: rgb(93,88,221); }

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

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

 span { border-color: rgb(93,88,221); }

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