#5B43DF

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

Shades of Slate Blue #5B43DF

Tints of Slate Blue #5B43DF

Color information

#5B43DF (or 0x5B43DF) is unknown color: approx Slate Blue. HEX triplet: 5B, 43 and DF. RGB value is (91,67,223). Sum of RGB (Red+Green+Blue) = 91+67+223=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B43DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B43DF is #A4BC20. Grayscale: #5B5B5B. Windows color (decimal): -10796065 or 14631771. OLE color: 14631771.

HSL color Cylindrical-coordinate representation of color #5B43DF: hue angle of 249.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B43DF is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9167223-
CMYK0.590.7000.13
HSL249.23º70.91%56.86%-
HSV(B)249.23º69.96%87.45%-
XYZ19.6411.5771.01-
YUV91.96201.95127.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.88%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 223 (87.5% from 255) = 58.53%
R=23.88%
G=17.59%
B=58.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91672230.590.7000.13249.2370.9156.86
Hex5B43DF3B460Df94739
Octal1331033377310601537110771
Binary1011011100001111011111111011100011001101111110011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B43DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,67,223); }

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

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

 a { background-color: rgb(91,67,223); }

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

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

 span { border-color: rgb(91,67,223); }

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