#544DBE

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

Shades of Rich Blue #544DBE

Tints of Rich Blue #544DBE

Color information

#544DBE (or 0x544DBE) is unknown color: approx Rich Blue. HEX triplet: 54, 4D and BE. RGB value is (84,77,190). Sum of RGB (Red+Green+Blue) = 84+77+190=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #544DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DBE is #ABB241. Grayscale: #5B5B5B. Windows color (decimal): -11252290 or 12471636. OLE color: 12471636.

HSL color Cylindrical-coordinate representation of color #544DBE: hue angle of 243.72º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #544DBE is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8477190-
CMYK0.560.5900.25
HSL243.72º46.5%52.35%-
HSV(B)243.72º59.47%74.51%-
XYZ15.610.9150-
YUV91.98183.32122.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=23.93%
G=21.94%
B=54.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84771900.560.5900.25243.7246.552.35
Hex544DBE383B019f42f34
Octal12411527670730313645764
Binary101010010011011011111011100011101101100111110100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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