#5543BE

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

Shades of Rich Blue #5543BE

Tints of Rich Blue #5543BE

Color information

#5543BE (or 0x5543BE) is unknown color: approx Rich Blue. HEX triplet: 55, 43 and BE. RGB value is (85,67,190). Sum of RGB (Red+Green+Blue) = 85+67+190=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #5543BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543BE is #AABC41. Grayscale: #555555. Windows color (decimal): -11189314 or 12469077. OLE color: 12469077.

HSL color Cylindrical-coordinate representation of color #5543BE: hue angle of 248.78º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5543BE is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8567190-
CMYK0.550.6500.25
HSL248.78º48.62%50.39%-
HSV(B)248.78º64.74%74.51%-
XYZ15.059.6649.79-
YUV86.4186.46127-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=24.85%
G=19.59%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85671900.550.6500.25248.7848.6250.39
Hex5543BE3741019f93132
Octal125103276671010313716162
Binary1010101100001110111110110111100000101100111111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5543BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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