#5845BF

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

Shades of Slate Blue #5845BF

Tints of Slate Blue #5845BF

Color information

#5845BF (or 0x5845BF) is unknown color: approx Slate Blue. HEX triplet: 58, 45 and BF. RGB value is (88,69,191). Sum of RGB (Red+Green+Blue) = 88+69+191=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #5845BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5845BF is #A7BA40. Grayscale: #585858. Windows color (decimal): -10992193 or 12535128. OLE color: 12535128.

HSL color Cylindrical-coordinate representation of color #5845BF: hue angle of 249.34º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5845BF is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8869191-
CMYK0.540.6400.25
HSL249.34º48.8%50.98%-
HSV(B)249.34º63.87%74.9%-
XYZ15.5610.0950.42-
YUV88.59185.79127.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 69 (27.34% from 255) = 19.83%
BLUE value IS 191 (75% from 255) = 54.89%
R=25.29%
G=19.83%
B=54.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88691910.540.6400.25249.3448.850.98
Hex5845BF3640019f93133
Octal130105277661000313716163
Binary1011000100010110111111110110100000001100111111001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5845BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5845BF; }

 p { color: rgb(88,69,191); }

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

<style>
 a { background-color: #5845BF; }

 a { background-color: rgb(88,69,191); }

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

<style>
 span { border-color: #5845BF; }

 span { border-color: rgb(88,69,191); }

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