#5645CD

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

Shades of Slate Blue #5645CD

Tints of Slate Blue #5645CD

Color information

#5645CD (or 0x5645CD) is unknown color: approx Slate Blue. HEX triplet: 56, 45 and CD. RGB value is (86,69,205). Sum of RGB (Red+Green+Blue) = 86+69+205=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #5645CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5645CD is #A9BA32. Grayscale: #595959. Windows color (decimal): -11123251 or 13452630. OLE color: 13452630.

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

Color convert

RGB8669205-
CMYK0.580.6600.20
HSL247.5º57.63%53.73%-
HSV(B)247.5º66.34%80.39%-
XYZ16.9910.6458.92-
YUV89.59193.13125.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 205 (80.47% from 255) = 56.94%
R=23.89%
G=19.17%
B=56.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal86692050.580.6600.20247.557.6353.73
Hex5645CD3A42014f83a36
Octal126105315721020243707266
Binary1010110100010111001101111010100001001010011111000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5645CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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