#5645D7

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

Shades of Slate Blue #5645D7

Tints of Slate Blue #5645D7

Color information

#5645D7 (or 0x5645D7) is unknown color: approx Slate Blue. HEX triplet: 56, 45 and D7. RGB value is (86,69,215). Sum of RGB (Red+Green+Blue) = 86+69+215=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #5645D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645D7 is #A9BA28. Grayscale: #5A5A5A. Windows color (decimal): -11123241 or 14107990. OLE color: 14107990.

HSL color Cylindrical-coordinate representation of color #5645D7: hue angle of 246.99º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5645D7 is Cyan = 0.6, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8669215-
CMYK0.60.6800.16
HSL246.99º64.6%55.69%-
HSV(B)246.99º67.91%84.31%-
XYZ18.2311.1465.48-
YUV90.73198.13124.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 215 (84.38% from 255) = 58.11%
R=23.24%
G=18.65%
B=58.11%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal86692150.60.6800.16246.9964.655.69
Hex5645D73C44010f74138
Octal1261053277410402036710170
Binary10101101000101110101111111001000100010000111101111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5645D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5645D7; }

 p { color: rgb(86,69,215); }

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

<style>
 a { background-color: #5645D7; }

 a { background-color: rgb(86,69,215); }

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

<style>
 span { border-color: #5645D7; }

 span { border-color: rgb(86,69,215); }

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