#5549BC

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

Shades of Rich Blue #5549BC

Tints of Rich Blue #5549BC

Color information

#5549BC (or 0x5549BC) is unknown color: approx Rich Blue. HEX triplet: 55, 49 and BC. RGB value is (85,73,188). Sum of RGB (Red+Green+Blue) = 85+73+188=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #5549BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549BC is #AAB643. Grayscale: #595959. Windows color (decimal): -11187780 or 12339541. OLE color: 12339541.

HSL color Cylindrical-coordinate representation of color #5549BC: hue angle of 246.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5549BC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8573188-
CMYK0.550.6100.26
HSL246.26º46.18%51.18%-
HSV(B)246.26º61.17%73.73%-
XYZ15.2110.3348.77-
YUV89.7183.48124.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 188 (73.83% from 255) = 54.34%
R=24.57%
G=21.10%
B=54.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85731880.550.6100.26246.2646.1851.18
Hex5549BC373D01Af62e33
Octal12511127467750323665663
Binary101010110010011011110011011111110101101011110110101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5549BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5549BC; }

 p { color: rgb(85,73,188); }

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

<style>
 a { background-color: #5549BC; }

 a { background-color: rgb(85,73,188); }

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

<style>
 span { border-color: #5549BC; }

 span { border-color: rgb(85,73,188); }

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