#5C46BF

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

Shades of Slate Blue #5C46BF

Tints of Slate Blue #5C46BF

Color information

#5C46BF (or 0x5C46BF) is unknown color: approx Slate Blue. HEX triplet: 5C, 46 and BF. RGB value is (92,70,191). Sum of RGB (Red+Green+Blue) = 92+70+191=353 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.06% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C46BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C46BF is #A3B940. Grayscale: #595959. Windows color (decimal): -10729793 or 12535388. OLE color: 12535388.

HSL color Cylindrical-coordinate representation of color #5C46BF: hue angle of 250.91º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C46BF is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9270191-
CMYK0.520.6300.25
HSL250.91º48.59%51.18%-
HSV(B)250.91º63.35%74.9%-
XYZ16.0110.4250.46-
YUV90.37184.79129.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.06%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 191 (75% from 255) = 54.11%
R=26.06%
G=19.83%
B=54.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92701910.520.6300.25250.9148.5951.18
Hex5C46BF343F019fb3133
Octal13410627764770313736163
Binary101110010001101011111111010011111101100111111011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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