#5648DB

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

Shades of Slate Blue #5648DB

Tints of Slate Blue #5648DB

Color information

#5648DB (or 0x5648DB) is unknown color: approx Slate Blue. HEX triplet: 56, 48 and DB. RGB value is (86,72,219). Sum of RGB (Red+Green+Blue) = 86+72+219=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #5648DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648DB is #A9B724. Grayscale: #5C5C5C. Windows color (decimal): -11122469 or 14370902. OLE color: 14370902.

HSL color Cylindrical-coordinate representation of color #5648DB: hue angle of 245.71º degrees, saturation: 0.67, 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 #5648DB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8672219-
CMYK0.610.6700.14
HSL245.71º67.12%57.06%-
HSV(B)245.71º67.12%85.88%-
XYZ18.9411.7368.28-
YUV92.94199.14123.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 219 (85.94% from 255) = 58.09%
R=22.81%
G=19.10%
B=58.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal86722190.610.6700.14245.7167.1257.06
Hex5648DB3D430Ef64339
Octal1261103337510301636610371
Binary1010110100100011011011111101100001101110111101101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5648DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5648DB; }

 p { color: rgb(86,72,219); }

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

<style>
 a { background-color: #5648DB; }

 a { background-color: rgb(86,72,219); }

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

<style>
 span { border-color: #5648DB; }

 span { border-color: rgb(86,72,219); }

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