#5c46cd

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

Shades of Slate Blue #5C46CD

Tints of Slate Blue #5C46CD

Color information

#5C46CD (or 0x5C46CD) is unknown color: approx Slate Blue. HEX triplet: 5C, 46 and CD. RGB value is (92,70,205). Sum of RGB (Red+Green+Blue) = 92+70+205=367 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.07% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C46CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C46CD is #A3B932. Grayscale: #5B5B5B. Windows color (decimal): -10729779 or 13452892. OLE color: 13452892.

HSL color Cylindrical-coordinate representation of color #5C46CD: hue angle of 249.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C46CD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9270205-
CMYK0.550.6600.20
HSL249.78º57.45%53.92%-
HSV(B)249.78º65.85%80.39%-
XYZ17.6211.0658.96-
YUV91.97191.79128.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.07%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 205 (80.47% from 255) = 55.86%
R=25.07%
G=19.07%
B=55.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92702050.550.6600.20249.7857.4553.92
Hex5C46CD3742014fa3936
Octal134106315671020243727166
Binary1011100100011011001101110111100001001010011111010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c46cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,70,205); }

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

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

 a { background-color: rgb(92,70,205); }

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

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

 span { border-color: rgb(92,70,205); }

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