#5244D0

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

Shades of Slate Blue #5244D0

Tints of Slate Blue #5244D0

Color information

#5244D0 (or 0x5244D0) is unknown color: approx Slate Blue. HEX triplet: 52, 44 and D0. RGB value is (82,68,208). Sum of RGB (Red+Green+Blue) = 82+68+208=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #5244D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5244D0 is #ADBB2F. Grayscale: #575757. Windows color (decimal): -11385648 or 13648978. OLE color: 13648978.

HSL color Cylindrical-coordinate representation of color #5244D0: hue angle of 246º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5244D0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8268208-
CMYK0.610.6700.18
HSL246º59.83%54.12%-
HSV(B)246º67.31%81.57%-
XYZ16.9310.4860.81-
YUV88.15195.64123.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.91%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 208 (81.64% from 255) = 58.10%
R=22.91%
G=18.99%
B=58.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal82682080.610.6700.1824659.8354.12
Hex5244D03D43012f63c36
Octal122104320751030223667466
Binary1010010100010011010000111101100001101001011110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5244D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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