#554BA8

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

Shades of Rich Blue #554BA8

Tints of Rich Blue #554BA8

Color information

#554BA8 (or 0x554BA8) is unknown color: approx Rich Blue. HEX triplet: 55, 4B and A8. RGB value is (85,75,168). Sum of RGB (Red+Green+Blue) = 85+75+168=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 168 (66.02% from 255 or 51.22% from 328); Max value from RGB is 168 - color contains mainly: blue. Hex color #554BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BA8 is #AAB457. Grayscale: #585858. Windows color (decimal): -11187288 or 11029333. OLE color: 11029333.

HSL color Cylindrical-coordinate representation of color #554BA8: hue angle of 246.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #554BA8 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8575168-
CMYK0.490.5500.34
HSL246.45º38.27%47.65%-
HSV(B)246.45º55.36%65.88%-
XYZ13.339.7938.23-
YUV88.59172.81125.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 168 (66.02% from 255) = 51.22%
R=25.91%
G=22.87%
B=51.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal85751680.490.5500.34246.4538.2747.65
Hex554BA83137022f62630
Octal12511325061670423664660
Binary1010101100101110101000110001110111010001011110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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