#5544AD

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

Shades of Rich Blue #5544AD

Tints of Rich Blue #5544AD

Color information

#5544AD (or 0x5544AD) is unknown color: approx Rich Blue. HEX triplet: 55, 44 and AD. RGB value is (85,68,173). Sum of RGB (Red+Green+Blue) = 85+68+173=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #5544AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5544AD is #AABB52. Grayscale: #545454. Windows color (decimal): -11189075 or 11355221. OLE color: 11355221.

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

Color convert

RGB8568173-
CMYK0.510.6100.32
HSL249.71º43.57%47.25%-
HSV(B)249.71º60.69%67.84%-
XYZ13.369.0840.58-
YUV85.05177.63127.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=26.07%
G=20.86%
B=53.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85681730.510.6100.32249.7143.5747.25
Hex5544AD333D020fa2c2f
Octal12510425563750403725457
Binary1010101100010010101101110011111101010000011111010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5544AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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