#5B4ADD

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

Shades of Slate Blue #5B4ADD

Tints of Slate Blue #5B4ADD

Color information

#5B4ADD (or 0x5B4ADD) is unknown color: approx Slate Blue. HEX triplet: 5B, 4A and DD. RGB value is (91,74,221). Sum of RGB (Red+Green+Blue) = 91+74+221=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B4ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4ADD is #A4B522. Grayscale: #5F5F5F. Windows color (decimal): -10794275 or 14502491. OLE color: 14502491.

HSL color Cylindrical-coordinate representation of color #5B4ADD: hue angle of 246.94º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B4ADD is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9174221-
CMYK0.590.6700.13
HSL246.94º68.37%57.84%-
HSV(B)246.94º66.52%86.67%-
XYZ19.8112.3469.74-
YUV95.84198.63124.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.58%
GREEN value IS 74 (29.30% from 255) = 19.17%
BLUE value IS 221 (86.72% from 255) = 57.25%
R=23.58%
G=19.17%
B=57.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91742210.590.6700.13246.9468.3757.84
Hex5B4ADD3B430Df7443a
Octal1331123357310301536710472
Binary1011011100101011011101111011100001101101111101111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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