#544FB7

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

Shades of Rich Blue #544FB7

Tints of Rich Blue #544FB7

Color information

#544FB7 (or 0x544FB7) is unknown color: approx Rich Blue. HEX triplet: 54, 4F and B7. RGB value is (84,79,183). Sum of RGB (Red+Green+Blue) = 84+79+183=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #544FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FB7 is #ABB048. Grayscale: #5B5B5B. Windows color (decimal): -11251785 or 12013396. OLE color: 12013396.

HSL color Cylindrical-coordinate representation of color #544FB7: hue angle of 242.88º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #544FB7 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8479183-
CMYK0.540.5700.28
HSL242.88º41.94%51.37%-
HSV(B)242.88º56.83%71.76%-
XYZ1510.946.11-
YUV92.35179.16122.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 183 (71.88% from 255) = 52.89%
R=24.28%
G=22.83%
B=52.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal84791830.540.5700.28242.8841.9451.37
Hex544FB7363901Cf32a33
Octal12411726766710343635263
Binary101010010011111011011111011011100101110011110011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544FB7; }

 p { color: rgb(84,79,183); }

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

<style>
 a { background-color: #544FB7; }

 a { background-color: rgb(84,79,183); }

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

<style>
 span { border-color: #544FB7; }

 span { border-color: rgb(84,79,183); }

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