#5347c3

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

Shades of Slate Blue #5347C3

Tints of Slate Blue #5347C3

Color information

#5347C3 (or 0x5347C3) is unknown color: approx Slate Blue. HEX triplet: 53, 47 and C3. RGB value is (83,71,195). Sum of RGB (Red+Green+Blue) = 83+71+195=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 195 (76.56% from 255 or 55.87% from 349); Max value from RGB is 195 - color contains mainly: blue. Hex color #5347C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5347C3 is #ACB83C. Grayscale: #585858. Windows color (decimal): -11319357 or 12797779. OLE color: 12797779.

HSL color Cylindrical-coordinate representation of color #5347C3: hue angle of 245.81º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5347C3 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8371195-
CMYK0.570.6400.24
HSL245.81º50.82%52.16%-
HSV(B)245.81º63.59%76.47%-
XYZ15.6710.2952.79-
YUV88.72187.98123.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 195 (76.56% from 255) = 55.87%
R=23.78%
G=20.34%
B=55.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83711950.570.6400.24245.8150.8252.16
Hex5347C33940018f63334
Octal123107303711000303666364
Binary1010011100011111000011111001100000001100011110110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5347c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5347c3; }

 p { color: rgb(83,71,195); }

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

<style>
 a { background-color: #5347c3; }

 a { background-color: rgb(83,71,195); }

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

<style>
 span { border-color: #5347c3; }

 span { border-color: rgb(83,71,195); }

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