#5E5CC2

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

Shades of Slate Blue #5E5CC2

Tints of Slate Blue #5E5CC2

Color information

#5E5CC2 (or 0x5E5CC2) is unknown color: approx Slate Blue. HEX triplet: 5E, 5C and C2. RGB value is (94,92,194). Sum of RGB (Red+Green+Blue) = 94+92+194=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 194 (76.17% from 255 or 51.05% from 380); Max value from RGB is 194 - color contains mainly: blue. Hex color #5E5CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E5CC2 is #A1A33D. Grayscale: #676767. Windows color (decimal): -10593086 or 12737630. OLE color: 12737630.

HSL color Cylindrical-coordinate representation of color #5E5CC2: hue angle of 241.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E5CC2 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9492194-
CMYK0.520.5300.24
HSL241.18º45.54%56.08%-
HSV(B)241.18º52.58%76.08%-
XYZ18.1813.9352.77-
YUV104.23178.66120.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.74%
GREEN value IS 92 (36.33% from 255) = 24.21%
BLUE value IS 194 (76.17% from 255) = 51.05%
R=24.74%
G=24.21%
B=51.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal94921940.520.5300.24241.1845.5456.08
Hex5E5CC23435018f12e38
Octal13613430264650303615670
Binary101111010111001100001011010011010101100011110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,92,194); }

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

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

 a { background-color: rgb(94,92,194); }

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

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

 span { border-color: rgb(94,92,194); }

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