#5D45BF

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

Shades of Slate Blue #5D45BF

Tints of Slate Blue #5D45BF

Color information

#5D45BF (or 0x5D45BF) is unknown color: approx Slate Blue. HEX triplet: 5D, 45 and BF. RGB value is (93,69,191). Sum of RGB (Red+Green+Blue) = 93+69+191=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D45BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D45BF is #A2BA40. Grayscale: #595959. Windows color (decimal): -10664513 or 12535133. OLE color: 12535133.

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

Color convert

RGB9369191-
CMYK0.510.6400.25
HSL251.8º48.8%50.98%-
HSV(B)251.8º63.87%74.9%-
XYZ16.0510.3450.44-
YUV90.08184.95130.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 191 (75% from 255) = 54.11%
R=26.35%
G=19.55%
B=54.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93691910.510.6400.25251.848.850.98
Hex5D45BF3340019fc3133
Octal135105277631000313746163
Binary1011101100010110111111110011100000001100111111100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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