#533ED6

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

Shades of Slate Blue #533ED6

Tints of Slate Blue #533ED6

Color information

#533ED6 (or 0x533ED6) is unknown color: approx Slate Blue. HEX triplet: 53, 3E and D6. RGB value is (83,62,214). Sum of RGB (Red+Green+Blue) = 83+62+214=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 214 (83.98% from 255 or 59.61% from 359); Max value from RGB is 214 - color contains mainly: blue. Hex color #533ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ED6 is #ACC129. Grayscale: #555555. Windows color (decimal): -11321642 or 14040659. OLE color: 14040659.

HSL color Cylindrical-coordinate representation of color #533ED6: hue angle of 248.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533ED6 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8362214-
CMYK0.610.7100.16
HSL248.29º64.96%54.12%-
HSV(B)248.29º71.03%83.92%-
XYZ17.4310.1464.66-
YUV85.61200.46126.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 214 (83.98% from 255) = 59.61%
R=23.12%
G=17.27%
B=59.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83622140.610.7100.16248.2964.9654.12
Hex533ED63D47010f84136
Octal123763267510702037010166
Binary1010011111110110101101111011000111010000111110001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533ED6; }

 p { color: rgb(83,62,214); }

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

<style>
 a { background-color: #533ED6; }

 a { background-color: rgb(83,62,214); }

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

<style>
 span { border-color: #533ED6; }

 span { border-color: rgb(83,62,214); }

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