#5B4ACC

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

Shades of Slate Blue #5B4ACC

Tints of Slate Blue #5B4ACC

Color information

#5B4ACC (or 0x5B4ACC) is unknown color: approx Slate Blue. HEX triplet: 5B, 4A and CC. RGB value is (91,74,204). Sum of RGB (Red+Green+Blue) = 91+74+204=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B4ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B4ACC is #A4B533. Grayscale: #5D5D5D. Windows color (decimal): -10794292 or 13388379. OLE color: 13388379.

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

Color convert

RGB9174204-
CMYK0.550.6400.2
HSL247.85º56.03%54.51%-
HSV(B)247.85º63.73%80%-
XYZ17.6611.4858.41-
YUV93.9190.13125.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 74 (29.30% from 255) = 20.05%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=24.66%
G=20.05%
B=55.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91742040.550.6400.2247.8556.0354.51
Hex5B4ACC3740014f83837
Octal133112314671000243707067
Binary1011011100101011001100110111100000001010011111000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,74,204); }

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

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

 a { background-color: rgb(91,74,204); }

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

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

 span { border-color: rgb(91,74,204); }

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