#5543B6

Color #5543B6 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5543B6

Tints of Rich Blue #5543B6

Color information

#5543B6 (or 0x5543B6) is unknown color: approx Rich Blue. HEX triplet: 55, 43 and B6. RGB value is (85,67,182). Sum of RGB (Red+Green+Blue) = 85+67+182=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #5543B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543B6 is #AABC49. Grayscale: #555555. Windows color (decimal): -11189322 or 11944789. OLE color: 11944789.

HSL color Cylindrical-coordinate representation of color #5543B6: hue angle of 249.39º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5543B6 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8567182-
CMYK0.530.6300.29
HSL249.39º46.18%48.82%-
HSV(B)249.39º63.19%71.37%-
XYZ14.29.3245.31-
YUV85.49182.46127.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 182 (71.48% from 255) = 54.49%
R=25.45%
G=20.06%
B=54.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85671820.530.6300.29249.3946.1848.82
Hex5543B6353F01Df92e31
Octal12510326665770353715661
Binary101010110000111011011011010111111101110111111001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5543B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5543B6; }

 p { color: rgb(85,67,182); }

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

<style>
 a { background-color: #5543B6; }

 a { background-color: rgb(85,67,182); }

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

<style>
 span { border-color: #5543B6; }

 span { border-color: rgb(85,67,182); }

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