#544FC2

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

Shades of Rich Blue #544FC2

Tints of Rich Blue #544FC2

Color information

#544FC2 (or 0x544FC2) is unknown color: approx Rich Blue. HEX triplet: 54, 4F and C2. RGB value is (84,79,194). Sum of RGB (Red+Green+Blue) = 84+79+194=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 194 (76.17% from 255 or 54.34% from 357); Max value from RGB is 194 - color contains mainly: blue. Hex color #544FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FC2 is #ABB03D. Grayscale: #5D5D5D. Windows color (decimal): -11251774 or 12734292. OLE color: 12734292.

HSL color Cylindrical-coordinate representation of color #544FC2: hue angle of 242.61º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #544FC2 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8479194-
CMYK0.570.5900.24
HSL242.61º48.52%53.53%-
HSV(B)242.61º59.28%76.08%-
XYZ16.1911.3752.38-
YUV93.6184.66121.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 194 (76.17% from 255) = 54.34%
R=23.53%
G=22.13%
B=54.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84791940.570.5900.24242.6148.5253.53
Hex544FC2393B018f33136
Octal12411730271730303636166
Binary101010010011111100001011100111101101100011110011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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