#5B51D4

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

Shades of Slate Blue #5B51D4

Tints of Slate Blue #5B51D4

Color information

#5B51D4 (or 0x5B51D4) is unknown color: approx Slate Blue. HEX triplet: 5B, 51 and D4. RGB value is (91,81,212). Sum of RGB (Red+Green+Blue) = 91+81+212=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 212 (83.20% from 255 or 55.21% from 384); Max value from RGB is 212 - color contains mainly: blue. Hex color #5B51D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B51D4 is #A4AE2B. Grayscale: #626262. Windows color (decimal): -10792492 or 13914459. OLE color: 13914459.

HSL color Cylindrical-coordinate representation of color #5B51D4: hue angle of 244.58º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B51D4 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9181212-
CMYK0.570.6200.17
HSL244.58º60.37%57.45%-
HSV(B)244.58º61.79%83.14%-
XYZ19.1412.8663.76-
YUV98.92191.81122.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 81 (32.03% from 255) = 21.09%
BLUE value IS 212 (83.20% from 255) = 55.21%
R=23.70%
G=21.09%
B=55.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal91812120.570.6200.17244.5860.3757.45
Hex5B51D4393E011f53c39
Octal13312132471760213657471
Binary101101110100011101010011100111111001000111110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B51D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,81,212); }

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

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

 a { background-color: rgb(91,81,212); }

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

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

 span { border-color: rgb(91,81,212); }

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