#544BBD

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

Shades of Rich Blue #544BBD

Tints of Rich Blue #544BBD

Color information

#544BBD (or 0x544BBD) is unknown color: approx Rich Blue. HEX triplet: 54, 4B and BD. RGB value is (84,75,189). Sum of RGB (Red+Green+Blue) = 84+75+189=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #544BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BBD is #ABB442. Grayscale: #5A5A5A. Windows color (decimal): -11252803 or 12405588. OLE color: 12405588.

HSL color Cylindrical-coordinate representation of color #544BBD: hue angle of 244.74º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #544BBD is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8475189-
CMYK0.560.6000.26
HSL244.74º46.34%51.76%-
HSV(B)244.74º60.32%74.12%-
XYZ15.3610.5949.38-
YUV90.69183.48123.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.14%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=24.14%
G=21.55%
B=54.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84751890.560.6000.26244.7446.3451.76
Hex544BBD383C01Af52e34
Octal12411327570740323655664
Binary101010010010111011110111100011110001101011110101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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