#5145D9

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

Shades of Slate Blue #5145D9

Tints of Slate Blue #5145D9

Color information

#5145D9 (or 0x5145D9) is unknown color: approx Slate Blue. HEX triplet: 51, 45 and D9. RGB value is (81,69,217). Sum of RGB (Red+Green+Blue) = 81+69+217=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 217 (85.16% from 255 or 59.13% from 367); Max value from RGB is 217 - color contains mainly: blue. Hex color #5145D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145D9 is #AEBA26. Grayscale: #585858. Windows color (decimal): -11450919 or 14239057. OLE color: 14239057.

HSL color Cylindrical-coordinate representation of color #5145D9: hue angle of 244.86º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5145D9 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8169217-
CMYK0.630.6800.15
HSL244.86º66.07%56.08%-
HSV(B)244.86º68.2%85.1%-
XYZ18.0511.0266.82-
YUV89.46199.98121.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 217 (85.16% from 255) = 59.13%
R=22.07%
G=18.80%
B=59.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81692170.630.6800.15244.8666.0756.08
Hex5145D93F440Ff54238
Octal1211053317710401736510270
Binary1010001100010111011001111111100010001111111101011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5145D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,69,217); }

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

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

 a { background-color: rgb(81,69,217); }

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

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

 span { border-color: rgb(81,69,217); }

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