#5E58C9

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

Shades of Slate Blue #5E58C9

Tints of Slate Blue #5E58C9

Color information

#5E58C9 (or 0x5E58C9) is unknown color: approx Slate Blue. HEX triplet: 5E, 58 and C9. RGB value is (94,88,201). Sum of RGB (Red+Green+Blue) = 94+88+201=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #5E58C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E58C9 is #A1A736. Grayscale: #666666. Windows color (decimal): -10594103 or 13195358. OLE color: 13195358.

HSL color Cylindrical-coordinate representation of color #5E58C9: hue angle of 243.19º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E58C9 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9488201-
CMYK0.530.5600.21
HSL243.19º51.13%56.67%-
HSV(B)243.19º56.22%78.82%-
XYZ18.6513.5856.9-
YUV102.68183.49121.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.54%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 201 (78.91% from 255) = 52.48%
R=24.54%
G=22.98%
B=52.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal94882010.530.5600.21243.1951.1356.67
Hex5E58C93538015f33339
Octal13613031165700253636371
Binary101111010110001100100111010111100001010111110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E58C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,88,201); }

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

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

 a { background-color: rgb(94,88,201); }

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

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

 span { border-color: rgb(94,88,201); }

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