#5542AD

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

Shades of Rich Blue #5542AD

Tints of Rich Blue #5542AD

Color information

#5542AD (or 0x5542AD) is unknown color: approx Rich Blue. HEX triplet: 55, 42 and AD. RGB value is (85,66,173). Sum of RGB (Red+Green+Blue) = 85+66+173=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #5542AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5542AD is #AABD52. Grayscale: #535353. Windows color (decimal): -11189587 or 11354709. OLE color: 11354709.

HSL color Cylindrical-coordinate representation of color #5542AD: hue angle of 250.65º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5542AD is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8566173-
CMYK0.510.6200.32
HSL250.65º44.77%46.86%-
HSV(B)250.65º61.85%67.84%-
XYZ13.248.8440.54-
YUV83.88178.29128.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 173 (67.97% from 255) = 53.40%
R=26.23%
G=20.37%
B=53.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85661730.510.6200.32250.6544.7746.86
Hex5542AD333E020fb2d2f
Octal12510225563760403735557
Binary1010101100001010101101110011111110010000011111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5542AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5542AD; }

 p { color: rgb(85,66,173); }

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

<style>
 a { background-color: #5542AD; }

 a { background-color: rgb(85,66,173); }

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

<style>
 span { border-color: #5542AD; }

 span { border-color: rgb(85,66,173); }

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