#554DB1

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

Shades of Rich Blue #554DB1

Tints of Rich Blue #554DB1

Color information

#554DB1 (or 0x554DB1) is unknown color: approx Rich Blue. HEX triplet: 55, 4D and B1. RGB value is (85,77,177). Sum of RGB (Red+Green+Blue) = 85+77+177=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 177 (69.53% from 255 or 52.21% from 339); Max value from RGB is 177 - color contains mainly: blue. Hex color #554DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554DB1 is #AAB24E. Grayscale: #5A5A5A. Windows color (decimal): -11186767 or 11619669. OLE color: 11619669.

HSL color Cylindrical-coordinate representation of color #554DB1: hue angle of 244.8º 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 #554DB1 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8577177-
CMYK0.520.5600.31
HSL244.8º39.37%49.8%-
HSV(B)244.8º56.5%69.41%-
XYZ14.3410.4142.85-
YUV90.79176.65123.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 77 (30.47% from 255) = 22.71%
BLUE value IS 177 (69.53% from 255) = 52.21%
R=25.07%
G=22.71%
B=52.21%

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
Decimal85771770.520.5600.31244.839.3749.8
Hex554DB1343801Ff52732
Octal12511526164700373654762
Binary101010110011011011000111010011100001111111110101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,177); }

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

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

 a { background-color: rgb(85,77,177); }

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

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

 span { border-color: rgb(85,77,177); }

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