#513FDB

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

Shades of Slate Blue #513FDB

Tints of Slate Blue #513FDB

Color information

#513FDB (or 0x513FDB) is unknown color: approx Slate Blue. HEX triplet: 51, 3F and DB. RGB value is (81,63,219). Sum of RGB (Red+Green+Blue) = 81+63+219=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #513FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FDB is #AEC024. Grayscale: #555555. Windows color (decimal): -11452453 or 14368593. OLE color: 14368593.

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

Color convert

RGB8163219-
CMYK0.630.7100.14
HSL246.92º68.42%55.29%-
HSV(B)246.92º71.23%85.88%-
XYZ17.9610.4268.08-
YUV86.17202.96124.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.31%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 219 (85.94% from 255) = 60.33%
R=22.31%
G=17.36%
B=60.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81632190.630.7100.14246.9268.4255.29
Hex513FDB3F470Ef74437
Octal121773337710701636710467
Binary101000111111111011011111111100011101110111101111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513FDB; }

 p { color: rgb(81,63,219); }

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

<style>
 a { background-color: #513FDB; }

 a { background-color: rgb(81,63,219); }

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

<style>
 span { border-color: #513FDB; }

 span { border-color: rgb(81,63,219); }

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