#5441BC

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

Shades of Rich Blue #5441BC

Tints of Rich Blue #5441BC

Color information

#5441BC (or 0x5441BC) is unknown color: approx Rich Blue. HEX triplet: 54, 41 and BC. RGB value is (84,65,188). Sum of RGB (Red+Green+Blue) = 84+65+188=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #5441BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5441BC is #ABBE43. Grayscale: #545454. Windows color (decimal): -11255364 or 12337492. OLE color: 12337492.

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

Color convert

RGB8465188-
CMYK0.550.6500.26
HSL249.27º48.62%49.61%-
HSV(B)249.27º65.43%73.73%-
XYZ14.629.348.6-
YUV84.7186.29127.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=24.93%
G=19.29%
B=55.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84651880.550.6500.26249.2748.6249.61
Hex5441BC374101Af93132
Octal124101274671010323716162
Binary1010100100000110111100110111100000101101011111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5441BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,65,188); }

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

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

 a { background-color: rgb(84,65,188); }

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

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

 span { border-color: rgb(84,65,188); }

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