#5D61DD

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

Shades of Slate Blue #5D61DD

Tints of Slate Blue #5D61DD

Color information

#5D61DD (or 0x5D61DD) is unknown color: approx Slate Blue. HEX triplet: 5D, 61 and DD. RGB value is (93,97,221). Sum of RGB (Red+Green+Blue) = 93+97+221=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D61DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D61DD is #A29E22. Grayscale: #6D6D6D. Windows color (decimal): -10657315 or 14508381. OLE color: 14508381.

HSL color Cylindrical-coordinate representation of color #5D61DD: hue angle of 238.12º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D61DD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9397221-
CMYK0.580.5600.13
HSL238.12º65.31%61.57%-
HSV(B)238.12º57.92%86.67%-
XYZ21.8416.170.36-
YUV109.94190.67115.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.63%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=22.63%
G=23.60%
B=53.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal93972210.580.5600.13238.1265.3161.57
Hex5D61DD3A380Dee413e
Octal135141335727001535610176
Binary101110111000011101110111101011100001101111011101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D61DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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