#5B54CD

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

Shades of Slate Blue #5B54CD

Tints of Slate Blue #5B54CD

Color information

#5B54CD (or 0x5B54CD) is unknown color: approx Slate Blue. HEX triplet: 5B, 54 and CD. RGB value is (91,84,205). Sum of RGB (Red+Green+Blue) = 91+84+205=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B54CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B54CD is #A4AB32. Grayscale: #636363. Windows color (decimal): -10791731 or 13456475. OLE color: 13456475.

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

Color convert

RGB9184205-
CMYK0.560.5900.20
HSL243.47º54.75%56.67%-
HSV(B)243.47º59.02%80.39%-
XYZ18.512.9759.29-
YUV99.89187.32121.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.95%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 205 (80.47% from 255) = 53.95%
R=23.95%
G=22.11%
B=53.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91842050.560.5900.20243.4754.7556.67
Hex5B54CD383B014f33739
Octal13312431570730243636771
Binary101101110101001100110111100011101101010011110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B54CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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