#5B4AC3

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

Shades of Slate Blue #5B4AC3

Tints of Slate Blue #5B4AC3

Color information

#5B4AC3 (or 0x5B4AC3) is unknown color: approx Slate Blue. HEX triplet: 5B, 4A and C3. RGB value is (91,74,195). Sum of RGB (Red+Green+Blue) = 91+74+195=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 195 (76.56% from 255 or 54.17% from 360); Max value from RGB is 195 - color contains mainly: blue. Hex color #5B4AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4AC3 is #A4B53C. Grayscale: #5C5C5C. Windows color (decimal): -10794301 or 12798555. OLE color: 12798555.

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

Color convert

RGB9174195-
CMYK0.530.6200.24
HSL248.43º50.21%52.75%-
HSV(B)248.43º62.05%76.47%-
XYZ16.6111.0652.89-
YUV92.88185.63126.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.28%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 195 (76.56% from 255) = 54.17%
R=25.28%
G=20.56%
B=54.17%

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
Decimal91741950.530.6200.24248.4350.2152.75
Hex5B4AC3353E018f83235
Octal13311230365760303706265
Binary101101110010101100001111010111111001100011111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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