#554CBA

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

Shades of Rich Blue #554CBA

Tints of Rich Blue #554CBA

Color information

#554CBA (or 0x554CBA) is unknown color: approx Rich Blue. HEX triplet: 55, 4C and BA. RGB value is (85,76,186). Sum of RGB (Red+Green+Blue) = 85+76+186=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #554CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CBA is #AAB345. Grayscale: #5A5A5A. Windows color (decimal): -11187014 or 12209237. OLE color: 12209237.

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

Color convert

RGB8576186-
CMYK0.540.5900.27
HSL244.91º44.35%51.37%-
HSV(B)244.91º59.14%72.94%-
XYZ15.1910.6547.71-
YUV91.23181.48123.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=24.50%
G=21.90%
B=53.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85761860.540.5900.27244.9144.3551.37
Hex554CBA363B01Bf52c33
Octal12511427266730333655463
Binary101010110011001011101011011011101101101111110101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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