#5648CD

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

Shades of Slate Blue #5648CD

Tints of Slate Blue #5648CD

Color information

#5648CD (or 0x5648CD) is unknown color: approx Slate Blue. HEX triplet: 56, 48 and CD. RGB value is (86,72,205). Sum of RGB (Red+Green+Blue) = 86+72+205=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #5648CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648CD is #A9B732. Grayscale: #5A5A5A. Windows color (decimal): -11122483 or 13453398. OLE color: 13453398.

HSL color Cylindrical-coordinate representation of color #5648CD: hue angle of 246.32º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5648CD is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8672205-
CMYK0.580.6500.20
HSL246.32º57.08%54.31%-
HSV(B)246.32º64.88%80.39%-
XYZ17.1711.0258.98-
YUV91.35192.14124.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.69%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 205 (80.47% from 255) = 56.47%
R=23.69%
G=19.83%
B=56.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal86722050.580.6500.20246.3257.0854.31
Hex5648CD3A41014f63936
Octal126110315721010243667166
Binary1010110100100011001101111010100000101010011110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5648CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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