#5541B3

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

Shades of Rich Blue #5541B3

Tints of Rich Blue #5541B3

Color information

#5541B3 (or 0x5541B3) is unknown color: approx Rich Blue. HEX triplet: 55, 41 and B3. RGB value is (85,65,179). Sum of RGB (Red+Green+Blue) = 85+65+179=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #5541B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541B3 is #AABE4C. Grayscale: #535353. Windows color (decimal): -11189837 or 11747669. OLE color: 11747669.

HSL color Cylindrical-coordinate representation of color #5541B3: hue angle of 250.53º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5541B3 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8565179-
CMYK0.530.6400.30
HSL250.53º46.72%47.84%-
HSV(B)250.53º63.69%70.2%-
XYZ13.778.9743.65-
YUV83.98181.63128.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.84%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 179 (70.31% from 255) = 54.41%
R=25.84%
G=19.76%
B=54.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85651790.530.6400.30250.5346.7247.84
Hex5541B3354001Efb2f30
Octal125101263651000363735760
Binary1010101100000110110011110101100000001111011111011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5541B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5541B3; }

 p { color: rgb(85,65,179); }

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

<style>
 a { background-color: #5541B3; }

 a { background-color: rgb(85,65,179); }

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

<style>
 span { border-color: #5541B3; }

 span { border-color: rgb(85,65,179); }

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