#5B4CD8

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

Shades of Slate Blue #5B4CD8

Tints of Slate Blue #5B4CD8

Color information

#5B4CD8 (or 0x5B4CD8) is unknown color: approx Slate Blue. HEX triplet: 5B, 4C and D8. RGB value is (91,76,216). Sum of RGB (Red+Green+Blue) = 91+76+216=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #5B4CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4CD8 is #A4B327. Grayscale: #5F5F5F. Windows color (decimal): -10793768 or 14175323. OLE color: 14175323.

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

Color convert

RGB9176216-
CMYK0.580.6500.15
HSL246.43º64.22%57.25%-
HSV(B)246.43º64.81%84.71%-
XYZ19.2912.3566.33-
YUV96.44195.47124.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 76 (30.08% from 255) = 19.84%
BLUE value IS 216 (84.77% from 255) = 56.40%
R=23.76%
G=19.84%
B=56.40%

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
Decimal91762160.580.6500.15246.4364.2257.25
Hex5B4CD83A410Ff64039
Octal1331143307210101736610071
Binary1011011100110011011000111010100000101111111101101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,76,216); }

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

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

 a { background-color: rgb(91,76,216); }

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

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

 span { border-color: rgb(91,76,216); }

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