#554BB4

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

Shades of Rich Blue #554BB4

Tints of Rich Blue #554BB4

Color information

#554BB4 (or 0x554BB4) is unknown color: approx Rich Blue. HEX triplet: 55, 4B and B4. RGB value is (85,75,180). Sum of RGB (Red+Green+Blue) = 85+75+180=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #554BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BB4 is #AAB44B. Grayscale: #595959. Windows color (decimal): -11187276 or 11815765. OLE color: 11815765.

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

Color convert

RGB8575180-
CMYK0.530.5800.29
HSL245.71º41.18%50%-
HSV(B)245.71º58.33%70.59%-
XYZ14.510.2644.4-
YUV89.96178.81124.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 180 (70.70% from 255) = 52.94%
R=25%
G=22.06%
B=52.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85751800.530.5800.29245.7141.1850
Hex554BB4353A01Df62932
Octal12511326465720353665162
Binary101010110010111011010011010111101001110111110110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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