#5b4be1

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

Shades of Slate Blue #5B4BE1

Tints of Slate Blue #5B4BE1

Color information

#5B4BE1 (or 0x5B4BE1) is unknown color: approx Slate Blue. HEX triplet: 5B, 4B and E1. RGB value is (91,75,225). Sum of RGB (Red+Green+Blue) = 91+75+225=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 225 (88.28% from 255 or 57.54% from 391); Max value from RGB is 225 - color contains mainly: blue. Hex color #5B4BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4BE1 is #A4B41E. Grayscale: #606060. Windows color (decimal): -10794015 or 14764891. OLE color: 14764891.

HSL color Cylindrical-coordinate representation of color #5B4BE1: hue angle of 246.4º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B4BE1 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9175225-
CMYK0.600.6700.12
HSL246.4º71.43%58.82%-
HSV(B)246.4º66.67%88.24%-
XYZ20.4212.6972.61-
YUV96.88200.3123.8-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.27%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 225 (88.28% from 255) = 57.54%
R=23.27%
G=19.18%
B=57.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal91752250.600.6700.12246.471.4358.82
Hex5B4BE13C430Cf6473b
Octal1331133417410301436610773
Binary1011011100101111100001111100100001101100111101101000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b4be1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,75,225); }

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

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

 a { background-color: rgb(91,75,225); }

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

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

 span { border-color: rgb(91,75,225); }

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