#544FC1

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

Shades of Rich Blue #544FC1

Tints of Rich Blue #544FC1

Color information

#544FC1 (or 0x544FC1) is unknown color: approx Rich Blue. HEX triplet: 54, 4F and C1. RGB value is (84,79,193). Sum of RGB (Red+Green+Blue) = 84+79+193=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #544FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FC1 is #ABB03E. Grayscale: #5D5D5D. Windows color (decimal): -11251775 or 12668756. OLE color: 12668756.

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

Color convert

RGB8479193-
CMYK0.560.5900.24
HSL242.63º47.9%53.33%-
HSV(B)242.63º59.07%75.69%-
XYZ16.0811.3351.79-
YUV93.49184.16121.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 193 (75.78% from 255) = 54.21%
R=23.60%
G=22.19%
B=54.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84791930.560.5900.24242.6347.953.33
Hex544FC1383B018f33035
Octal12411730170730303636065
Binary101010010011111100000111100011101101100011110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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