#554BA4

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

Shades of Rich Blue #554BA4

Tints of Rich Blue #554BA4

Color information

#554BA4 (or 0x554BA4) is unknown color: approx Rich Blue. HEX triplet: 55, 4B and A4. RGB value is (85,75,164). Sum of RGB (Red+Green+Blue) = 85+75+164=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #554BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BA4 is #AAB45B. Grayscale: #575757. Windows color (decimal): -11187292 or 10767189. OLE color: 10767189.

HSL color Cylindrical-coordinate representation of color #554BA4: hue angle of 246.74º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #554BA4 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8575164-
CMYK0.480.5400.36
HSL246.74º37.24%46.86%-
HSV(B)246.74º54.27%64.31%-
XYZ12.969.6436.3-
YUV88.14170.81125.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 164 (64.45% from 255) = 50.62%
R=26.23%
G=23.15%
B=50.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85751640.480.5400.36246.7437.2446.86
Hex554BA43036024f7252f
Octal12511324460660443674557
Binary1010101100101110100100110000110110010010011110111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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