#5650D3

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

Shades of Slate Blue #5650D3

Tints of Slate Blue #5650D3

Color information

#5650D3 (or 0x5650D3) is unknown color: approx Slate Blue. HEX triplet: 56, 50 and D3. RGB value is (86,80,211). Sum of RGB (Red+Green+Blue) = 86+80+211=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 211 (82.81% from 255 or 55.97% from 377); Max value from RGB is 211 - color contains mainly: blue. Hex color #5650D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5650D3 is #A9AF2C. Grayscale: #606060. Windows color (decimal): -11120429 or 13848662. OLE color: 13848662.

HSL color Cylindrical-coordinate representation of color #5650D3: hue angle of 242.75º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5650D3 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8680211-
CMYK0.590.6200.17
HSL242.75º59.82%57.06%-
HSV(B)242.75º62.09%82.75%-
XYZ18.4612.4263.05-
YUV96.73192.49120.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 211 (82.81% from 255) = 55.97%
R=22.81%
G=21.22%
B=55.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal86802110.590.6200.17242.7559.8257.06
Hex5650D33B3E011f33c39
Octal12612032373760213637471
Binary101011010100001101001111101111111001000111110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5650D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5650D3; }

 p { color: rgb(86,80,211); }

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

<style>
 a { background-color: #5650D3; }

 a { background-color: rgb(86,80,211); }

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

<style>
 span { border-color: #5650D3; }

 span { border-color: rgb(86,80,211); }

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