#5B51BF

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

Shades of Slate Blue #5B51BF

Tints of Slate Blue #5B51BF

Color information

#5B51BF (or 0x5B51BF) is unknown color: approx Slate Blue. HEX triplet: 5B, 51 and BF. RGB value is (91,81,191). Sum of RGB (Red+Green+Blue) = 91+81+191=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B51BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B51BF is #A4AE40. Grayscale: #606060. Windows color (decimal): -10792513 or 12538203. OLE color: 12538203.

HSL color Cylindrical-coordinate representation of color #5B51BF: hue angle of 245.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B51BF is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9181191-
CMYK0.520.5800.25
HSL245.45º46.22%53.33%-
HSV(B)245.45º57.59%74.9%-
XYZ16.6611.8750.7-
YUV96.53181.31124.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 191 (75% from 255) = 52.62%
R=25.07%
G=22.31%
B=52.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91811910.520.5800.25245.4546.2253.33
Hex5B51BF343A019f52e35
Octal13312127764720313655665
Binary101101110100011011111111010011101001100111110101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B51BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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