#5B56E4

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

Shades of Slate Blue #5B56E4

Tints of Slate Blue #5B56E4

Color information

#5B56E4 (or 0x5B56E4) is unknown color: approx Slate Blue. HEX triplet: 5B, 56 and E4. RGB value is (91,86,228). Sum of RGB (Red+Green+Blue) = 91+86+228=405 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.47% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 228 (89.45% from 255 or 56.30% from 405); Max value from RGB is 228 - color contains mainly: blue. Hex color #5B56E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B56E4 is #A4A91B. Grayscale: #676767. Windows color (decimal): -10791196 or 14964315. OLE color: 14964315.

HSL color Cylindrical-coordinate representation of color #5B56E4: hue angle of 242.11º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B56E4 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9186228-
CMYK0.600.6200.11
HSL242.11º72.45%61.57%-
HSV(B)242.11º62.28%89.41%-
XYZ21.6514.4875.05-
YUV103.68198.16118.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.47%
GREEN value IS 86 (33.98% from 255) = 21.23%
BLUE value IS 228 (89.45% from 255) = 56.30%
R=22.47%
G=21.23%
B=56.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91862280.600.6200.11242.1172.4561.57
Hex5B56E43C3E0Bf2483e
Octal133126344747601336211076
Binary101101110101101110010011110011111001011111100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B56E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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