#554FB9

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

Shades of Rich Blue #554FB9

Tints of Rich Blue #554FB9

Color information

#554FB9 (or 0x554FB9) is unknown color: approx Rich Blue. HEX triplet: 55, 4F and B9. RGB value is (85,79,185). Sum of RGB (Red+Green+Blue) = 85+79+185=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #554FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FB9 is #AAB046. Grayscale: #5C5C5C. Windows color (decimal): -11186247 or 12144469. OLE color: 12144469.

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

Color convert

RGB8579185-
CMYK0.540.5700.27
HSL243.4º43.09%51.76%-
HSV(B)243.4º57.3%72.55%-
XYZ15.311.0347.22-
YUV92.88179.99122.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 185 (72.66% from 255) = 53.01%
R=24.36%
G=22.64%
B=53.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85791850.540.5700.27243.443.0951.76
Hex554FB9363901Bf32b34
Octal12511727166710333635364
Binary101010110011111011100111011011100101101111110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,185); }

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

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

 a { background-color: rgb(85,79,185); }

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

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

 span { border-color: rgb(85,79,185); }

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