#554EB0

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

Shades of Rich Blue #554EB0

Tints of Rich Blue #554EB0

Color information

#554EB0 (or 0x554EB0) is unknown color: approx Rich Blue. HEX triplet: 55, 4E and B0. RGB value is (85,78,176). Sum of RGB (Red+Green+Blue) = 85+78+176=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #554EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554EB0 is #AAB14F. Grayscale: #5A5A5A. Windows color (decimal): -11186512 or 11554389. OLE color: 11554389.

HSL color Cylindrical-coordinate representation of color #554EB0: hue angle of 244.29º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554EB0 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8578176-
CMYK0.520.5600.31
HSL244.29º38.58%49.8%-
HSV(B)244.29º55.68%69.02%-
XYZ14.3110.5142.35-
YUV91.26175.82123.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 176 (69.14% from 255) = 51.92%
R=25.07%
G=23.01%
B=51.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85781760.520.5600.31244.2938.5849.8
Hex554EB0343801Ff42732
Octal12511626064700373644762
Binary101010110011101011000011010011100001111111110100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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