#5C3EE1

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

Shades of Slate Blue #5C3EE1

Tints of Slate Blue #5C3EE1

Color information

#5C3EE1 (or 0x5C3EE1) is unknown color: approx Slate Blue. HEX triplet: 5C, 3E and E1. RGB value is (92,62,225). Sum of RGB (Red+Green+Blue) = 92+62+225=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 225 (88.28% from 255 or 59.37% from 379); Max value from RGB is 225 - color contains mainly: blue. Hex color #5C3EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3EE1 is #A3C11E. Grayscale: #585858. Windows color (decimal): -10731807 or 14761564. OLE color: 14761564.

HSL color Cylindrical-coordinate representation of color #5C3EE1: hue angle of 251.04º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C3EE1 is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9262225-
CMYK0.590.7200.12
HSL251.04º73.09%56.27%-
HSV(B)251.04º72.44%88.24%-
XYZ19.7311.1672.35-
YUV89.55204.44129.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 62 (24.61% from 255) = 16.36%
BLUE value IS 225 (88.28% from 255) = 59.37%
R=24.27%
G=16.36%
B=59.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal92622250.590.7200.12251.0473.0956.27
Hex5C3EE13B480Cfb4938
Octal134763417311001437311170
Binary101110011111011100001111011100100001100111110111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,62,225); }

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

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

 a { background-color: rgb(92,62,225); }

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

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

 span { border-color: rgb(92,62,225); }

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