#5B50BF

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

Shades of Slate Blue #5B50BF

Tints of Slate Blue #5B50BF

Color information

#5B50BF (or 0x5B50BF) is unknown color: approx Slate Blue. HEX triplet: 5B, 50 and BF. RGB value is (91,80,191). Sum of RGB (Red+Green+Blue) = 91+80+191=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50BF is #A4AF40. Grayscale: #5F5F5F. Windows color (decimal): -10792769 or 12537947. OLE color: 12537947.

HSL color Cylindrical-coordinate representation of color #5B50BF: hue angle of 245.95º 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 #5B50BF is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9180191-
CMYK0.520.5800.25
HSL245.95º46.44%53.14%-
HSV(B)245.95º58.12%74.9%-
XYZ16.5911.7250.68-
YUV95.94181.64124.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.14%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 191 (75% from 255) = 52.76%
R=25.14%
G=22.10%
B=52.76%

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
Decimal91801910.520.5800.25245.9546.4453.14
Hex5B50BF343A019f62e35
Octal13312027764720313665665
Binary101101110100001011111111010011101001100111110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B50BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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