#554EAA

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

Shades of Rich Blue #554EAA

Tints of Rich Blue #554EAA

Color information

#554EAA (or 0x554EAA) is unknown color: approx Rich Blue. HEX triplet: 55, 4E and AA. RGB value is (85,78,170). Sum of RGB (Red+Green+Blue) = 85+78+170=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #554EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554EAA is #AAB155. Grayscale: #5A5A5A. Windows color (decimal): -11186518 or 11161173. OLE color: 11161173.

HSL color Cylindrical-coordinate representation of color #554EAA: hue angle of 244.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554EAA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8578170-
CMYK0.500.5400.33
HSL244.57º37.1%48.63%-
HSV(B)244.57º54.12%66.67%-
XYZ13.7310.2839.29-
YUV90.58172.82124.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=25.53%
G=23.42%
B=51.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85781700.500.5400.33244.5737.148.63
Hex554EAA3236021f52531
Octal12511625262660413654561
Binary1010101100111010101010110010110110010000111110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554EAA; }

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

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

<style>
 a { background-color: #554EAA; }

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

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

<style>
 span { border-color: #554EAA; }

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

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