#5648CF

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

Shades of Slate Blue #5648CF

Tints of Slate Blue #5648CF

Color information

#5648CF (or 0x5648CF) is unknown color: approx Slate Blue. HEX triplet: 56, 48 and CF. RGB value is (86,72,207). Sum of RGB (Red+Green+Blue) = 86+72+207=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #5648CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5648CF is #A9B730. Grayscale: #5B5B5B. Windows color (decimal): -11122481 or 13584470. OLE color: 13584470.

HSL color Cylindrical-coordinate representation of color #5648CF: hue angle of 246.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5648CF is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8672207-
CMYK0.580.6500.19
HSL246.22º58.44%54.71%-
HSV(B)246.22º65.22%81.18%-
XYZ17.4211.1260.26-
YUV91.58193.14124.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 72 (28.52% from 255) = 19.73%
BLUE value IS 207 (81.25% from 255) = 56.71%
R=23.56%
G=19.73%
B=56.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal86722070.580.6500.19246.2258.4454.71
Hex5648CF3A41013f63a37
Octal126110317721010233667267
Binary1010110100100011001111111010100000101001111110110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5648CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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