#5B44C3

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

Shades of Slate Blue #5B44C3

Tints of Slate Blue #5B44C3

Color information

#5B44C3 (or 0x5B44C3) is unknown color: approx Slate Blue. HEX triplet: 5B, 44 and C3. RGB value is (91,68,195). Sum of RGB (Red+Green+Blue) = 91+68+195=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #5B44C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B44C3 is #A4BB3C. Grayscale: #585858. Windows color (decimal): -10795837 or 12797019. OLE color: 12797019.

HSL color Cylindrical-coordinate representation of color #5B44C3: hue angle of 250.87º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B44C3 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9168195-
CMYK0.530.6500.24
HSL250.87º51.42%51.57%-
HSV(B)250.87º65.13%76.47%-
XYZ16.2310.352.76-
YUV89.36187.62129.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.71%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 195 (76.56% from 255) = 55.08%
R=25.71%
G=19.21%
B=55.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91681950.530.6500.24250.8751.4251.57
Hex5B44C33541018fb3334
Octal133104303651010303736364
Binary1011011100010011000011110101100000101100011111011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B44C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B44C3; }

 p { color: rgb(91,68,195); }

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

<style>
 a { background-color: #5B44C3; }

 a { background-color: rgb(91,68,195); }

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

<style>
 span { border-color: #5B44C3; }

 span { border-color: rgb(91,68,195); }

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