#544369

Color #544369 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #544369

Tints of Meteorite #544369

Color information

#544369 (or 0x544369) is unknown color: approx Meteorite. HEX triplet: 54, 43 and 69. RGB value is (84,67,105). Sum of RGB (Red+Green+Blue) = 84+67+105=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #544369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544369 is #ABBC96. Grayscale: #4C4C4C. Windows color (decimal): -11254935 or 6898516. OLE color: 6898516.

HSL color Cylindrical-coordinate representation of color #544369: hue angle of 266.84º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #544369 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8467105-
CMYK0.200.3600.59
HSL266.84º22.09%33.73%-
HSV(B)266.84º36.19%41.18%-
XYZ8.216.9214.27-
YUV76.41144.13133.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.81%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=32.81%
G=26.17%
B=41.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84671050.200.3600.59266.8422.0933.73
Hex544369142403B10b1622
Octal12410315124440734132642
Binary10101001000011110100110100100100011101110000101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544369; }

 p { color: rgb(84,67,105); }

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

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

 a { background-color: rgb(84,67,105); }

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

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

 span { border-color: rgb(84,67,105); }

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