#554DB5

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

Shades of Rich Blue #554DB5

Tints of Rich Blue #554DB5

Color information

#554DB5 (or 0x554DB5) is unknown color: approx Rich Blue. HEX triplet: 55, 4D and B5. RGB value is (85,77,181). Sum of RGB (Red+Green+Blue) = 85+77+181=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 181 (71.09% from 255 or 52.77% from 343); Max value from RGB is 181 - color contains mainly: blue. Hex color #554DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554DB5 is #AAB24A. Grayscale: #5A5A5A. Windows color (decimal): -11186763 or 11881813. OLE color: 11881813.

HSL color Cylindrical-coordinate representation of color #554DB5: hue angle of 244.62º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554DB5 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8577181-
CMYK0.530.5700.29
HSL244.62º41.27%50.59%-
HSV(B)244.62º57.46%70.98%-
XYZ14.7410.5844.98-
YUV91.25178.65123.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 181 (71.09% from 255) = 52.77%
R=24.78%
G=22.45%
B=52.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85771810.530.5700.29244.6241.2750.59
Hex554DB5353901Df52933
Octal12511526565710353655163
Binary101010110011011011010111010111100101110111110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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