#5b43c9

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

Shades of Slate Blue #5B43C9

Tints of Slate Blue #5B43C9

Color information

#5B43C9 (or 0x5B43C9) is unknown color: approx Slate Blue. HEX triplet: 5B, 43 and C9. RGB value is (91,67,201). Sum of RGB (Red+Green+Blue) = 91+67+201=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B43C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B43C9 is #A4BC36. Grayscale: #585858. Windows color (decimal): -10796087 or 13189979. OLE color: 13189979.

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

Color convert

RGB9167201-
CMYK0.550.6700.21
HSL250.75º55.37%52.55%-
HSV(B)250.75º66.67%78.82%-
XYZ16.8610.4656.39-
YUV89.45190.95129.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.35%
GREEN value IS 67 (26.56% from 255) = 18.66%
BLUE value IS 201 (78.91% from 255) = 55.99%
R=25.35%
G=18.66%
B=55.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91672010.550.6700.21250.7555.3752.55
Hex5B43C93743015fb3735
Octal133103311671030253736765
Binary1011011100001111001001110111100001101010111111011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b43c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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