#5B45CD

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

Shades of Slate Blue #5B45CD

Tints of Slate Blue #5B45CD

Color information

#5B45CD (or 0x5B45CD) is unknown color: approx Slate Blue. HEX triplet: 5B, 45 and CD. RGB value is (91,69,205). Sum of RGB (Red+Green+Blue) = 91+69+205=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B45CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B45CD is #A4BA32. Grayscale: #5A5A5A. Windows color (decimal): -10795571 or 13452635. OLE color: 13452635.

HSL color Cylindrical-coordinate representation of color #5B45CD: hue angle of 249.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B45CD is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9169205-
CMYK0.560.6600.20
HSL249.71º57.63%53.73%-
HSV(B)249.71º66.34%80.39%-
XYZ17.4610.8958.94-
YUV91.08192.29127.94-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 69 (27.34% from 255) = 18.90%
BLUE value IS 205 (80.47% from 255) = 56.16%
R=24.93%
G=18.90%
B=56.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91692050.560.6600.20249.7157.6353.73
Hex5B45CD3842014fa3a36
Octal133105315701020243727266
Binary1011011100010111001101111000100001001010011111010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B45CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,69,205); }

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

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

 a { background-color: rgb(91,69,205); }

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

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

 span { border-color: rgb(91,69,205); }

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