#5B50E4

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

Shades of Slate Blue #5B50E4

Tints of Slate Blue #5B50E4

Color information

#5B50E4 (or 0x5B50E4) is unknown color: approx Slate Blue. HEX triplet: 5B, 50 and E4. RGB value is (91,80,228). Sum of RGB (Red+Green+Blue) = 91+80+228=399 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.81% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #5B50E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50E4 is #A4AF1B. Grayscale: #636363. Windows color (decimal): -10792732 or 14962779. OLE color: 14962779.

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

Color convert

RGB9180228-
CMYK0.600.6500.11
HSL244.46º73.27%60.39%-
HSV(B)244.46º64.91%89.41%-
XYZ21.1913.5674.9-
YUV100.16200.14121.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.81%
GREEN value IS 80 (31.64% from 255) = 20.05%
BLUE value IS 228 (89.45% from 255) = 57.14%
R=22.81%
G=20.05%
B=57.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91802280.600.6500.11244.4673.2760.39
Hex5B50E43C410Bf4493c
Octal1331203447410101336411174
Binary1011011101000011100100111100100000101011111101001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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