#544BC1

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

Shades of Rich Blue #544BC1

Tints of Rich Blue #544BC1

Color information

#544BC1 (or 0x544BC1) is unknown color: approx Rich Blue. HEX triplet: 54, 4B and C1. RGB value is (84,75,193). Sum of RGB (Red+Green+Blue) = 84+75+193=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #544BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BC1 is #ABB43E. Grayscale: #5A5A5A. Windows color (decimal): -11252799 or 12667732. OLE color: 12667732.

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

Color convert

RGB8475193-
CMYK0.560.6100.24
HSL244.58º48.76%52.55%-
HSV(B)244.58º61.14%75.69%-
XYZ15.810.7751.7-
YUV91.14185.48122.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 193 (75.78% from 255) = 54.83%
R=23.86%
G=21.31%
B=54.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84751930.560.6100.24244.5848.7652.55
Hex544BC1383D018f53135
Octal12411330170750303656165
Binary101010010010111100000111100011110101100011110101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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