#5B56DA

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

Shades of Slate Blue #5B56DA

Tints of Slate Blue #5B56DA

Color information

#5B56DA (or 0x5B56DA) is unknown color: approx Slate Blue. HEX triplet: 5B, 56 and DA. RGB value is (91,86,218). Sum of RGB (Red+Green+Blue) = 91+86+218=395 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.04% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B56DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56DA is #A4A925. Grayscale: #666666. Windows color (decimal): -10791206 or 14308955. OLE color: 14308955.

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

Color convert

RGB9186218-
CMYK0.580.6100.15
HSL242.27º64.08%59.61%-
HSV(B)242.27º60.55%85.49%-
XYZ20.313.9467.95-
YUV102.54193.16119.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.04%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 218 (85.55% from 255) = 55.19%
R=23.04%
G=21.77%
B=55.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91862180.580.6100.15242.2764.0859.61
Hex5B56DA3A3D0Ff2403c
Octal133126332727501736210074
Binary101101110101101101101011101011110101111111100101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B56DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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