#5B4FC9

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

Shades of Slate Blue #5B4FC9

Tints of Slate Blue #5B4FC9

Color information

#5B4FC9 (or 0x5B4FC9) is unknown color: approx Slate Blue. HEX triplet: 5B, 4F and C9. RGB value is (91,79,201). Sum of RGB (Red+Green+Blue) = 91+79+201=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B4FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B4FC9 is #A4B036. Grayscale: #606060. Windows color (decimal): -10793015 or 13193051. OLE color: 13193051.

HSL color Cylindrical-coordinate representation of color #5B4FC9: hue angle of 245.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B4FC9 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9179201-
CMYK0.550.6100.21
HSL245.9º53.04%54.9%-
HSV(B)245.9º60.7%78.82%-
XYZ17.6512.0356.65-
YUV96.5186.98124.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.53%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 201 (78.91% from 255) = 54.18%
R=24.53%
G=21.29%
B=54.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91792010.550.6100.21245.953.0454.9
Hex5B4FC9373D015f63537
Octal13311731167750253666567
Binary101101110011111100100111011111110101010111110110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,79,201); }

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

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

 a { background-color: rgb(91,79,201); }

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

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

 span { border-color: rgb(91,79,201); }

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