#5541B5

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

Shades of Rich Blue #5541B5

Tints of Rich Blue #5541B5

Color information

#5541B5 (or 0x5541B5) is unknown color: approx Rich Blue. HEX triplet: 55, 41 and B5. RGB value is (85,65,181). Sum of RGB (Red+Green+Blue) = 85+65+181=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #5541B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5541B5 is #AABE4A. Grayscale: #535353. Windows color (decimal): -11189835 or 11878741. OLE color: 11878741.

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

Color convert

RGB8565181-
CMYK0.530.6400.29
HSL250.34º47.15%48.24%-
HSV(B)250.34º64.09%70.98%-
XYZ13.989.0544.73-
YUV84.2182.63128.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 181 (71.09% from 255) = 54.68%
R=25.68%
G=19.64%
B=54.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85651810.530.6400.29250.3447.1548.24
Hex5541B5354001Dfa2f30
Octal125101265651000353725760
Binary1010101100000110110101110101100000001110111111010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5541B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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