#5B4AC1

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

Shades of Slate Blue #5B4AC1

Tints of Slate Blue #5B4AC1

Color information

#5B4AC1 (or 0x5B4AC1) is unknown color: approx Slate Blue. HEX triplet: 5B, 4A and C1. RGB value is (91,74,193). Sum of RGB (Red+Green+Blue) = 91+74+193=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 193 (75.78% from 255 or 53.91% from 358); Max value from RGB is 193 - color contains mainly: blue. Hex color #5B4AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4AC1 is #A4B53E. Grayscale: #5C5C5C. Windows color (decimal): -10794303 or 12667483. OLE color: 12667483.

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

Color convert

RGB9174193-
CMYK0.530.6200.24
HSL248.57º48.97%52.35%-
HSV(B)248.57º61.66%75.69%-
XYZ16.3910.9751.71-
YUV92.65184.63126.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.42%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 193 (75.78% from 255) = 53.91%
R=25.42%
G=20.67%
B=53.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91741930.530.6200.24248.5748.9752.35
Hex5B4AC1353E018f93134
Octal13311230165760303716164
Binary101101110010101100000111010111111001100011111001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,74,193); }

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

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

 a { background-color: rgb(91,74,193); }

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

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

 span { border-color: rgb(91,74,193); }

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