#5345D5

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

Shades of Slate Blue #5345D5

Tints of Slate Blue #5345D5

Color information

#5345D5 (or 0x5345D5) is unknown color: approx Slate Blue. HEX triplet: 53, 45 and D5. RGB value is (83,69,213). Sum of RGB (Red+Green+Blue) = 83+69+213=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 213 (83.59% from 255 or 58.36% from 365); Max value from RGB is 213 - color contains mainly: blue. Hex color #5345D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345D5 is #ACBA2A. Grayscale: #595959. Windows color (decimal): -11319851 or 13976915. OLE color: 13976915.

HSL color Cylindrical-coordinate representation of color #5345D5: hue angle of 245.83º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5345D5 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8369213-
CMYK0.610.6800.16
HSL245.83º63.16%55.29%-
HSV(B)245.83º67.61%83.53%-
XYZ17.7110.964.12-
YUV89.6197.64123.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 213 (83.59% from 255) = 58.36%
R=22.74%
G=18.90%
B=58.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83692130.610.6800.16245.8363.1655.29
Hex5345D53D44010f63f37
Octal123105325751040203667767
Binary1010011100010111010101111101100010001000011110110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5345D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5345D5; }

 p { color: rgb(83,69,213); }

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

<style>
 a { background-color: #5345D5; }

 a { background-color: rgb(83,69,213); }

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

<style>
 span { border-color: #5345D5; }

 span { border-color: rgb(83,69,213); }

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