#544EBE

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

Shades of Rich Blue #544EBE

Tints of Rich Blue #544EBE

Color information

#544EBE (or 0x544EBE) is unknown color: approx Rich Blue. HEX triplet: 54, 4E and BE. RGB value is (84,78,190). Sum of RGB (Red+Green+Blue) = 84+78+190=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #544EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544EBE is #ABB141. Grayscale: #5C5C5C. Windows color (decimal): -11252034 or 12471892. OLE color: 12471892.

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

Color convert

RGB8478190-
CMYK0.560.5900.25
HSL243.21º46.28%52.55%-
HSV(B)243.21º58.95%74.51%-
XYZ15.6711.0550.02-
YUV92.56182.99121.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=23.86%
G=22.16%
B=53.98%

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
Decimal84781900.560.5900.25243.2146.2852.55
Hex544EBE383B019f32e35
Octal12411627670730313635665
Binary101010010011101011111011100011101101100111110011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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