#5245D0

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

Shades of Slate Blue #5245D0

Tints of Slate Blue #5245D0

Color information

#5245D0 (or 0x5245D0) is unknown color: approx Slate Blue. HEX triplet: 52, 45 and D0. RGB value is (82,69,208). Sum of RGB (Red+Green+Blue) = 82+69+208=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #5245D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245D0 is #ADBA2F. Grayscale: #585858. Windows color (decimal): -11385392 or 13649234. OLE color: 13649234.

HSL color Cylindrical-coordinate representation of color #5245D0: hue angle of 245.61º 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 #5245D0 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8269208-
CMYK0.610.6700.18
HSL245.61º59.66%54.31%-
HSV(B)245.61º66.83%81.57%-
XYZ16.9910.660.83-
YUV88.73195.31123.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 208 (81.64% from 255) = 57.94%
R=22.84%
G=19.22%
B=57.94%

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
Decimal82692080.610.6700.18245.6159.6654.31
Hex5245D03D43012f63c36
Octal122105320751030223667466
Binary1010010100010111010000111101100001101001011110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5245D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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