#5943CD

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

Shades of Slate Blue #5943CD

Tints of Slate Blue #5943CD

Color information

#5943CD (or 0x5943CD) is unknown color: approx Slate Blue. HEX triplet: 59, 43 and CD. RGB value is (89,67,205). Sum of RGB (Red+Green+Blue) = 89+67+205=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #5943CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5943CD is #A6BC32. Grayscale: #585858. Windows color (decimal): -10927155 or 13452121. OLE color: 13452121.

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

Color convert

RGB8967205-
CMYK0.570.6700.20
HSL249.57º57.98%53.33%-
HSV(B)249.57º67.32%80.39%-
XYZ17.1510.5558.89-
YUV89.31193.29127.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 67 (26.56% from 255) = 18.56%
BLUE value IS 205 (80.47% from 255) = 56.79%
R=24.65%
G=18.56%
B=56.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89672050.570.6700.20249.5757.9853.33
Hex5943CD3943014fa3a35
Octal131103315711030243727265
Binary1011001100001111001101111001100001101010011111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5943CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,67,205); }

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

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

 a { background-color: rgb(89,67,205); }

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

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

 span { border-color: rgb(89,67,205); }

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