#5148DC

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

Shades of Slate Blue #5148DC

Tints of Slate Blue #5148DC

Color information

#5148DC (or 0x5148DC) is unknown color: approx Slate Blue. HEX triplet: 51, 48 and DC. RGB value is (81,72,220). Sum of RGB (Red+Green+Blue) = 81+72+220=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #5148DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148DC is #AEB723. Grayscale: #5A5A5A. Windows color (decimal): -11450148 or 14436433. OLE color: 14436433.

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

Color convert

RGB8172220-
CMYK0.630.6700.14
HSL243.65º67.89%57.25%-
HSV(B)243.65º67.27%86.27%-
XYZ18.6311.5568.96-
YUV91.56200.48120.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 220 (86.33% from 255) = 58.98%
R=21.72%
G=19.30%
B=58.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81722200.630.6700.14243.6567.8957.25
Hex5148DC3F430Ef44439
Octal1211103347710301636410471
Binary1010001100100011011100111111100001101110111101001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5148DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,72,220); }

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

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

 a { background-color: rgb(81,72,220); }

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

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

 span { border-color: rgb(81,72,220); }

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