#5354D9

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

Shades of Slate Blue #5354D9

Tints of Slate Blue #5354D9

Color information

#5354D9 (or 0x5354D9) is unknown color: approx Slate Blue. HEX triplet: 53, 54 and D9. RGB value is (83,84,217). Sum of RGB (Red+Green+Blue) = 83+84+217=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #5354D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354D9 is #ACAB26. Grayscale: #626262. Windows color (decimal): -11316007 or 14242899. OLE color: 14242899.

HSL color Cylindrical-coordinate representation of color #5354D9: hue angle of 239.55º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5354D9 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8384217-
CMYK0.620.6100.15
HSL239.55º63.81%58.82%-
HSV(B)239.55º61.75%85.1%-
XYZ19.2613.1967.18-
YUV98.86194.67116.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 217 (85.16% from 255) = 56.51%
R=21.61%
G=21.88%
B=56.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83842170.620.6100.15239.5563.8158.82
Hex5354D93E3D0Ff0403b
Octal123124331767501736010073
Binary101001110101001101100111111011110101111111100001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5354D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5354D9; }

 p { color: rgb(83,84,217); }

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

<style>
 a { background-color: #5354D9; }

 a { background-color: rgb(83,84,217); }

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

<style>
 span { border-color: #5354D9; }

 span { border-color: rgb(83,84,217); }

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