#5349CA

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

Shades of Slate Blue #5349CA

Tints of Slate Blue #5349CA

Color information

#5349CA (or 0x5349CA) is unknown color: approx Slate Blue. HEX triplet: 53, 49 and CA. RGB value is (83,73,202). Sum of RGB (Red+Green+Blue) = 83+73+202=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #5349CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5349CA is #ACB635. Grayscale: #5A5A5A. Windows color (decimal): -11318838 or 13257043. OLE color: 13257043.

HSL color Cylindrical-coordinate representation of color #5349CA: hue angle of 244.65º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5349CA is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8373202-
CMYK0.590.6400.21
HSL244.65º54.89%53.92%-
HSV(B)244.65º63.86%79.22%-
XYZ16.6110.8757.1-
YUV90.7190.81122.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=23.18%
G=20.39%
B=56.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83732020.590.6400.21244.6554.8953.92
Hex5349CA3B40015f53736
Octal123111312731000253656766
Binary1010011100100111001010111011100000001010111110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5349CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5349CA; }

 p { color: rgb(83,73,202); }

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

<style>
 a { background-color: #5349CA; }

 a { background-color: rgb(83,73,202); }

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

<style>
 span { border-color: #5349CA; }

 span { border-color: rgb(83,73,202); }

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