#5946c5

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

Shades of Slate Blue #5946C5

Tints of Slate Blue #5946C5

Color information

#5946C5 (or 0x5946C5) is unknown color: approx Slate Blue. HEX triplet: 59, 46 and C5. RGB value is (89,70,197). Sum of RGB (Red+Green+Blue) = 89+70+197=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #5946C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5946C5 is #A6B93A. Grayscale: #595959. Windows color (decimal): -10926395 or 12928601. OLE color: 12928601.

HSL color Cylindrical-coordinate representation of color #5946C5: hue angle of 248.98º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5946C5 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8970197-
CMYK0.550.6400.23
HSL248.98º52.26%52.35%-
HSV(B)248.98º64.47%77.25%-
XYZ16.3910.5453.99-
YUV90.16188.29127.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 197 (77.34% from 255) = 55.34%
R=25%
G=19.66%
B=55.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal89701970.550.6400.23248.9852.2652.35
Hex5946C53740017f93434
Octal131106305671000273716464
Binary1011001100011011000101110111100000001011111111001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5946c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5946c5; }

 p { color: rgb(89,70,197); }

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

<style>
 a { background-color: #5946c5; }

 a { background-color: rgb(89,70,197); }

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

<style>
 span { border-color: #5946c5; }

 span { border-color: rgb(89,70,197); }

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