#5E68DD

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

Shades of Slate Blue #5E68DD

Tints of Slate Blue #5E68DD

Color information

#5E68DD (or 0x5E68DD) is unknown color: approx Slate Blue. HEX triplet: 5E, 68 and DD. RGB value is (94,104,221). Sum of RGB (Red+Green+Blue) = 94+104+221=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E68DD is #A19722. Grayscale: #717171. Windows color (decimal): -10589987 or 14510174. OLE color: 14510174.

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

Color convert

RGB94104221-
CMYK0.570.5300.13
HSL235.28º65.13%61.76%-
HSV(B)235.28º57.47%86.67%-
XYZ22.6217.570.59-
YUV114.35188.19113.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.43%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=22.43%
G=24.82%
B=52.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941042210.570.5300.13235.2865.1361.76
Hex5E68DD39350Deb413e
Octal136150335716501535310176
Binary101111011010001101110111100111010101101111010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,221); }

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

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

 a { background-color: rgb(94,104,221); }

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

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

 span { border-color: rgb(94,104,221); }

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