#544DC1

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

Shades of Rich Blue #544DC1

Tints of Rich Blue #544DC1

Color information

#544DC1 (or 0x544DC1) is unknown color: approx Rich Blue. HEX triplet: 54, 4D and C1. RGB value is (84,77,193). Sum of RGB (Red+Green+Blue) = 84+77+193=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #544DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DC1 is #ABB23E. Grayscale: #5B5B5B. Windows color (decimal): -11252287 or 12668244. OLE color: 12668244.

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

Color convert

RGB8477193-
CMYK0.560.6000.24
HSL243.62º48.33%52.94%-
HSV(B)243.62º60.1%75.69%-
XYZ15.9411.0451.74-
YUV92.32184.82122.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 193 (75.78% from 255) = 54.52%
R=23.73%
G=21.75%
B=54.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84771930.560.6000.24243.6248.3352.94
Hex544DC1383C018f43035
Octal12411530170740303646065
Binary101010010011011100000111100011110001100011110100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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