#554EAB

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

Shades of Rich Blue #554EAB

Tints of Rich Blue #554EAB

Color information

#554EAB (or 0x554EAB) is unknown color: approx Rich Blue. HEX triplet: 55, 4E and AB. RGB value is (85,78,171). Sum of RGB (Red+Green+Blue) = 85+78+171=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #554EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554EAB is #AAB154. Grayscale: #5A5A5A. Windows color (decimal): -11186517 or 11226709. OLE color: 11226709.

HSL color Cylindrical-coordinate representation of color #554EAB: hue angle of 244.52º 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 #554EAB is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8578171-
CMYK0.500.5400.33
HSL244.52º37.35%48.82%-
HSV(B)244.52º54.39%67.06%-
XYZ13.8210.3239.79-
YUV90.7173.32123.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=25.45%
G=23.35%
B=51.20%

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
Decimal85781710.500.5400.33244.5237.3548.82
Hex554EAB3236021f52531
Octal12511625362660413654561
Binary1010101100111010101011110010110110010000111110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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