#5543BB

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

Shades of Rich Blue #5543BB

Tints of Rich Blue #5543BB

Color information

#5543BB (or 0x5543BB) is unknown color: approx Rich Blue. HEX triplet: 55, 43 and BB. RGB value is (85,67,187). Sum of RGB (Red+Green+Blue) = 85+67+187=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #5543BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543BB is #AABC44. Grayscale: #555555. Windows color (decimal): -11189317 or 12272469. OLE color: 12272469.

HSL color Cylindrical-coordinate representation of color #5543BB: hue angle of 249º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5543BB is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8567187-
CMYK0.550.6400.27
HSL249º47.24%49.8%-
HSV(B)249º64.17%73.33%-
XYZ14.729.5348.08-
YUV86.06184.96127.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 187 (73.44% from 255) = 55.16%
R=25.07%
G=19.76%
B=55.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85671870.550.6400.2724947.2449.8
Hex5543BB374001Bf92f32
Octal125103273671000333715762
Binary1010101100001110111011110111100000001101111111001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5543BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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