#5348C6

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

Shades of Slate Blue #5348C6

Tints of Slate Blue #5348C6

Color information

#5348C6 (or 0x5348C6) is unknown color: approx Slate Blue. HEX triplet: 53, 48 and C6. RGB value is (83,72,198). Sum of RGB (Red+Green+Blue) = 83+72+198=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #5348C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348C6 is #ACB739. Grayscale: #595959. Windows color (decimal): -11319098 or 12994643. OLE color: 12994643.

HSL color Cylindrical-coordinate representation of color #5348C6: hue angle of 245.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5348C6 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8372198-
CMYK0.580.6400.22
HSL245.24º52.5%52.94%-
HSV(B)245.24º63.64%77.65%-
XYZ16.0810.5554.62-
YUV89.65189.14123.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 198 (77.73% from 255) = 56.09%
R=23.51%
G=20.40%
B=56.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal83721980.580.6400.22245.2452.552.94
Hex5348C63A40016f53435
Octal123110306721000263656465
Binary1010011100100011000110111010100000001011011110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5348C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5348C6; }

 p { color: rgb(83,72,198); }

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

<style>
 a { background-color: #5348C6; }

 a { background-color: rgb(83,72,198); }

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

<style>
 span { border-color: #5348C6; }

 span { border-color: rgb(83,72,198); }

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