#5B56D6

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

Shades of Slate Blue #5B56D6

Tints of Slate Blue #5B56D6

Color information

#5B56D6 (or 0x5B56D6) is unknown color: approx Slate Blue. HEX triplet: 5B, 56 and D6. RGB value is (91,86,214). Sum of RGB (Red+Green+Blue) = 91+86+214=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #5B56D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56D6 is #A4A929. Grayscale: #656565. Windows color (decimal): -10791210 or 14046811. OLE color: 14046811.

HSL color Cylindrical-coordinate representation of color #5B56D6: hue angle of 242.34º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B56D6 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9186214-
CMYK0.570.6000.16
HSL242.34º60.95%58.82%-
HSV(B)242.34º59.81%83.92%-
XYZ19.7813.7365.23-
YUV102.09191.16120.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.27%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 214 (83.98% from 255) = 54.73%
R=23.27%
G=21.99%
B=54.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal91862140.570.6000.16242.3460.9558.82
Hex5B56D6393C010f23d3b
Octal13312632671740203627573
Binary101101110101101101011011100111110001000011110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B56D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,86,214); }

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

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

 a { background-color: rgb(91,86,214); }

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

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

 span { border-color: rgb(91,86,214); }

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