#5E67DD

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

Shades of Slate Blue #5E67DD

Tints of Slate Blue #5E67DD

Color information

#5E67DD (or 0x5E67DD) is unknown color: approx Slate Blue. HEX triplet: 5E, 67 and DD. RGB value is (94,103,221). Sum of RGB (Red+Green+Blue) = 94+103+221=418 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.49% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E67DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E67DD is #A19822. Grayscale: #717171. Windows color (decimal): -10590243 or 14509918. OLE color: 14509918.

HSL color Cylindrical-coordinate representation of color #5E67DD: hue angle of 235.75º 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 #5E67DD is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94103221-
CMYK0.570.5300.13
HSL235.75º65.13%61.76%-
HSV(B)235.75º57.47%86.67%-
XYZ22.5217.370.56-
YUV113.76188.52113.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.49%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 221 (86.72% from 255) = 52.87%
R=22.49%
G=24.64%
B=52.87%

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
Decimal941032210.570.5300.13235.7565.1361.76
Hex5E67DD39350Dec413e
Octal136147335716501535410176
Binary101111011001111101110111100111010101101111011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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