#5B4DDA

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

Shades of Slate Blue #5B4DDA

Tints of Slate Blue #5B4DDA

Color information

#5B4DDA (or 0x5B4DDA) is unknown color: approx Slate Blue. HEX triplet: 5B, 4D and DA. RGB value is (91,77,218). Sum of RGB (Red+Green+Blue) = 91+77+218=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B4DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4DDA is #A4B225. Grayscale: #606060. Windows color (decimal): -10793510 or 14306651. OLE color: 14306651.

HSL color Cylindrical-coordinate representation of color #5B4DDA: hue angle of 245.96º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B4DDA is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9177218-
CMYK0.580.6500.15
HSL245.96º65.58%57.84%-
HSV(B)245.96º64.68%85.49%-
XYZ19.6212.5967.73-
YUV97.26196.14123.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.58%
GREEN value IS 77 (30.47% from 255) = 19.95%
BLUE value IS 218 (85.55% from 255) = 56.48%
R=23.58%
G=19.95%
B=56.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91772180.580.6500.15245.9665.5857.84
Hex5B4DDA3A410Ff6423a
Octal1331153327210101736610272
Binary1011011100110111011010111010100000101111111101101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,77,218); }

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

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

 a { background-color: rgb(91,77,218); }

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

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

 span { border-color: rgb(91,77,218); }

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