#5E55D0

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

Shades of Slate Blue #5E55D0

Tints of Slate Blue #5E55D0

Color information

#5E55D0 (or 0x5E55D0) is unknown color: approx Slate Blue. HEX triplet: 5E, 55 and D0. RGB value is (94,85,208). Sum of RGB (Red+Green+Blue) = 94+85+208=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #5E55D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E55D0 is #A1AA2F. Grayscale: #656565. Windows color (decimal): -10594864 or 13653342. OLE color: 13653342.

HSL color Cylindrical-coordinate representation of color #5E55D0: hue angle of 244.39º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E55D0 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9485208-
CMYK0.550.5900.18
HSL244.39º56.68%57.45%-
HSV(B)244.39º59.13%81.57%-
XYZ19.2513.4361.25-
YUV101.71187.98122.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.29%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 208 (81.64% from 255) = 53.75%
R=24.29%
G=21.96%
B=53.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94852080.550.5900.18244.3956.6857.45
Hex5E55D0373B012f43939
Octal13612532067730223647171
Binary101111010101011101000011011111101101001011110100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E55D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,85,208); }

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

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

 a { background-color: rgb(94,85,208); }

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

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

 span { border-color: rgb(94,85,208); }

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