#554AB4

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

Shades of Rich Blue #554AB4

Tints of Rich Blue #554AB4

Color information

#554AB4 (or 0x554AB4) is unknown color: approx Rich Blue. HEX triplet: 55, 4A and B4. RGB value is (85,74,180). Sum of RGB (Red+Green+Blue) = 85+74+180=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #554AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554AB4 is #AAB54B. Grayscale: #585858. Windows color (decimal): -11187532 or 11815509. OLE color: 11815509.

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

Color convert

RGB8574180-
CMYK0.530.5900.29
HSL246.23º41.73%49.8%-
HSV(B)246.23º58.89%70.59%-
XYZ14.4310.1244.37-
YUV89.37179.14124.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 180 (70.70% from 255) = 53.10%
R=25.07%
G=21.83%
B=53.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85741800.530.5900.29246.2341.7349.8
Hex554AB4353B01Df62a32
Octal12511226465730353665262
Binary101010110010101011010011010111101101110111110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,74,180); }

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

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

 a { background-color: rgb(85,74,180); }

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

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

 span { border-color: rgb(85,74,180); }

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