#5941CC

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

Shades of Slate Blue #5941CC

Tints of Slate Blue #5941CC

Color information

#5941CC (or 0x5941CC) is unknown color: approx Slate Blue. HEX triplet: 59, 41 and CC. RGB value is (89,65,204). Sum of RGB (Red+Green+Blue) = 89+65+204=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #5941CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5941CC is #A6BE33. Grayscale: #575757. Windows color (decimal): -10927668 or 13386073. OLE color: 13386073.

HSL color Cylindrical-coordinate representation of color #5941CC: hue angle of 250.36º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5941CC is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8965204-
CMYK0.560.6800.2
HSL250.36º57.68%52.75%-
HSV(B)250.36º68.14%80%-
XYZ16.9110.2658.22-
YUV88.02193.45128.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 204 (80.08% from 255) = 56.98%
R=24.86%
G=18.16%
B=56.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal89652040.560.6800.2250.3657.6852.75
Hex5941CC3844014fa3a35
Octal131101314701040243727265
Binary1011001100000111001100111000100010001010011111010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5941CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5941CC; }

 p { color: rgb(89,65,204); }

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

<style>
 a { background-color: #5941CC; }

 a { background-color: rgb(89,65,204); }

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

<style>
 span { border-color: #5941CC; }

 span { border-color: rgb(89,65,204); }

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