#5544AA

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

Shades of Rich Blue #5544AA

Tints of Rich Blue #5544AA

Color information

#5544AA (or 0x5544AA) is unknown color: approx Rich Blue. HEX triplet: 55, 44 and AA. RGB value is (85,68,170). Sum of RGB (Red+Green+Blue) = 85+68+170=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #5544AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5544AA is #AABB55. Grayscale: #545454. Windows color (decimal): -11189078 or 11158613. OLE color: 11158613.

HSL color Cylindrical-coordinate representation of color #5544AA: hue angle of 250º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5544AA is Cyan = 0.50, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8568170-
CMYK0.500.600.33
HSL250º42.86%46.67%-
HSV(B)250º60%66.67%-
XYZ13.078.9739.07-
YUV84.71176.13128.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=26.32%
G=21.05%
B=52.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85681700.500.600.3325042.8646.67
Hex5544AA323C021fa2b2f
Octal12510425262740413725357
Binary1010101100010010101010110010111100010000111111010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5544AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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