#554BBA

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

Shades of Rich Blue #554BBA

Tints of Rich Blue #554BBA

Color information

#554BBA (or 0x554BBA) is unknown color: approx Rich Blue. HEX triplet: 55, 4B and BA. RGB value is (85,75,186). Sum of RGB (Red+Green+Blue) = 85+75+186=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #554BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BBA is #AAB445. Grayscale: #5A5A5A. Windows color (decimal): -11187270 or 12208981. OLE color: 12208981.

HSL color Cylindrical-coordinate representation of color #554BBA: hue angle of 245.41º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #554BBA is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8575186-
CMYK0.540.6000.27
HSL245.41º44.58%51.18%-
HSV(B)245.41º59.68%72.94%-
XYZ15.1310.5147.69-
YUV90.64181.81123.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=24.57%
G=21.68%
B=53.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85751860.540.6000.27245.4144.5851.18
Hex554BBA363C01Bf52d33
Octal12511327266740333655563
Binary101010110010111011101011011011110001101111110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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