#5244DC

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

Shades of Slate Blue #5244DC

Tints of Slate Blue #5244DC

Color information

#5244DC (or 0x5244DC) is unknown color: approx Slate Blue. HEX triplet: 52, 44 and DC. RGB value is (82,68,220). Sum of RGB (Red+Green+Blue) = 82+68+220=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #5244DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5244DC is #ADBB23. Grayscale: #585858. Windows color (decimal): -11385636 or 14435410. OLE color: 14435410.

HSL color Cylindrical-coordinate representation of color #5244DC: hue angle of 245.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5244DC is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8268220-
CMYK0.630.6900.14
HSL245.53º68.47%56.47%-
HSV(B)245.53º69.09%86.27%-
XYZ18.4711.168.88-
YUV89.51201.64122.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.16%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 220 (86.33% from 255) = 59.46%
R=22.16%
G=18.38%
B=59.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal82682200.630.6900.14245.5368.4756.47
Hex5244DC3F450Ef64438
Octal1221043347710501636610470
Binary1010010100010011011100111111100010101110111101101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5244DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5244DC; }

 p { color: rgb(82,68,220); }

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

<style>
 a { background-color: #5244DC; }

 a { background-color: rgb(82,68,220); }

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

<style>
 span { border-color: #5244DC; }

 span { border-color: rgb(82,68,220); }

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