#5349CC

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

Shades of Slate Blue #5349CC

Tints of Slate Blue #5349CC

Color information

#5349CC (or 0x5349CC) is unknown color: approx Slate Blue. HEX triplet: 53, 49 and CC. RGB value is (83,73,204). Sum of RGB (Red+Green+Blue) = 83+73+204=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5349CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5349CC is #ACB633. Grayscale: #5A5A5A. Windows color (decimal): -11318836 or 13388115. OLE color: 13388115.

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

Color convert

RGB8373204-
CMYK0.590.6400.2
HSL244.58º56.22%54.31%-
HSV(B)244.58º64.22%80%-
XYZ16.8510.9658.35-
YUV90.92191.81122.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.06%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 204 (80.08% from 255) = 56.67%
R=23.06%
G=20.28%
B=56.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal83732040.590.6400.2244.5856.2254.31
Hex5349CC3B40014f53836
Octal123111314731000243657066
Binary1010011100100111001100111011100000001010011110101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5349CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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